官术网_书友最值得收藏!

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

import matplotlib.pyplot as plt
from matplotlib.collections import LineCollection
from tutorial import track_loader
tracks = track_loader('polygons.shp')
# Filter out non-tracks (unassociated polygons given trackID of -9)
tracks = {tid: t for tid, t in tracks.items() if tid != -9}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

    polys = [p for p in cells.polygons] 
    for p in polys: 
        p.set_visible(True) 
        p.set_alpha(0.0) 

 def update(frame, polys): 
 for i, p in enumerate(polys): 
 alpha = 0.0 if i > frame else 1.0 / ((frame - i + 1)**2) 
 p.set_alpha(alpha) 

    ax.set_xlabel("Longitude")
    ax.set_ylabel("Latitude")
    strmanim = FuncAnimation(fig, update, frameCnt, 
                             fargs=(polys,)) 
    plt.show()

Any command-line input or output is written as follows:

$ pip install matplotlib

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Now click on the Selection radio button and you will find that you can select a polygon again."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 阜宁县| 仪征市| 陇川县| 柳江县| 左云县| 彭泽县| 上饶市| 南平市| 嘉善县| 宝应县| 蓬安县| 海南省| 晴隆县| 遵义县| 岳阳市| 巴彦淖尔市| 辽中县| 万山特区| 高安市| 静海县| 廉江市| 镶黄旗| 永德县| 孝昌县| 沁水县| 北辰区| 梅河口市| 余庆县| 库伦旗| 九龙县| 原平市| 禹城市| 衡南县| 兴海县| 青浦区| 丰县| 孙吴县| 临猗县| 法库县| 巴林右旗| 肥西县|