backends.backend_gtkagg

matplotlib.backends.backend_gtkagg TODO We?ll add this later, importing the gtk backends requires an active X-session, which is not compatible with cron jobs.

axes_grid.axes_grid

mpl_toolkits.axes_grid.axes_grid class mpl_toolkits.axes_grid.axes_grid.Grid(fig, rect, nrows_ncols, ngrids=None, direction='row', axes_pad=0.02, add_all=True, share_all=False, share_x=True, share_y=True, label_mode='L', axes_class=None) Build an Grid instance with a grid nrows*ncols Axes in Figure fig with rect=[left, bottom, width, height] (in Figure coordinates) or the subplot position code (e.g., ?121?). Optional keyword arguments: Keyword Default Description direction ?row? [ ?row? | ?

path

path matplotlib.path A module for dealing with the polylines used throughout matplotlib. The primary class for polyline handling in matplotlib is Path. Almost all vector drawing makes use of Paths somewhere in the drawing pipeline. Whilst a Path instance itself cannot be drawn, there exists Artist subclasses which can be used for convenient Path visualisation - the two most frequently used of these are PathPatch and PathCollection. class matplotlib.path.Path(vertices, codes=None, _interpolati

scale

scale matplotlib.scale class matplotlib.scale.InvertedLog10Transform(shorthand_name=None) Bases: matplotlib.transforms.Transform Creates a new TransformNode. shorthand_name - a string representing the ?name? of this transform. The name carries no significance other than to improve the readability of str(transform) when DEBUG=True. base = 10.0 has_inverse = True input_dims = 1 inverted() is_separable = True output_dims = 1 transform_non_affine(a) class matplotlib.sc

plotting commands summary

Plotting commands summary matplotlib.pyplot.plotting() Function Description acorr Plot the autocorrelation of x. angle_spectrum Plot the angle spectrum. annotate Annotate the point xy with text s. arrow Add an arrow to the axes. autoscale Autoscale the axis view to the data (toggle). axes Add an axes to the figure. axhline Add a horizontal line across the axis. axhspan Add a horizontal span (rectangle) across the axis. axis Convenience method to get or set axis properties. axvline Add a vert