原网址:
http://matplotlib.org/basemap/users/examples.html
contour()
: draw contour lines.contourf()
: draw filled contours.imshow()
: draw an image.pcolor()
: draw a pseudocolor plot.pcolormesh()
: draw a pseudocolor plot (faster version for regular meshes).plot()
: draw lines and/or markers.scatter()
: draw points with markers.quiver()
: draw vectors.barbs()
: draw wind barbs.drawgreatcircle()
: draw a great circle.