https://matplotlib.org/3.1.1/api/markers_api.html
matplotlib.markers — Matplotlib 3.1.2 documentation
matplotlib.markers This module contains functions to handle markers. Used by both the marker functionality of plot and scatter. All possible markers are defined here: marker symbol description "." point "," pixel "o" circle "v" triangle_down "^" triangle_u
matplotlib.org
https://matplotlib.org/3.3.1/api/_as_gen/matplotlib.pyplot.annotate.html
matplotlib.pyplot.annotate — Matplotlib 3.3.1 documentation
Parameters: textstrThe text of the annotation. s is a deprecated synonym for this parameter. xy(float, float)The point (x, y) to annotate. The coordinate system is determined by xycoords. xytext(float, float), default: xyThe position (x, y) to place the te
matplotlib.org
https://matplotlib.org/gallery.html
Thumbnail gallery — Matplotlib 2.0.2 documentation
matplotlib.org
https://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html
mplot3d tutorial — Matplotlib 2.0.2 documentation
An Axes3D object is created just like any other axes using the projection=‘3d’ keyword. Create a new matplotlib.figure.Figure and add a new axes to it of type Axes3D: Note Prior to version 1.0.0, the method of creating a 3D axes was different. For thos
matplotlib.org
image visualization
https://matplotlib.org/3.3.1/tutorials/introductory/images.html
Image tutorial — Matplotlib 3.3.1 documentation
Note Click here to download the full example code Image tutorial A short tutorial on plotting images with Matplotlib. Startup commands First, let's start IPython. It is a most excellent enhancement to the standard Python prompt, and it ties in especially w
matplotlib.org
animation
https://matplotlib.org/3.3.1/api/animation_api.html
matplotlib.animation — Matplotlib 3.3.1 documentation
Writer Registry A module-level registry is provided to map between the name of the writer and the class to allow a string to be passed to Animation.save instead of a writer instance.
matplotlib.org
Geospatial Data
https://scitools.org.uk/cartopy/docs/latest/gallery/index.html
Cartopy Gallery — cartopy 0.18.0 documentation
scitools.org.uk