backends.backend_wxagg

matplotlib.backends.backend_wxagg matplotlib.backends.backend_wxagg.FigureCanvas alias of FigureCanvasWxAgg class matplotlib.backends.backend_wxagg.FigureCanvasWxAgg(parent, id, figure) Bases: matplotlib.backends.backend_agg.FigureCanvasAgg, matplotlib.backends.backend_wx.FigureCanvasWx The FigureCanvas contains the figure and does event handling. In the wxPython backend, it is derived from wxPanel, and (usually) lives inside a frame instantiated by a FigureManagerWx. The parent window

backends.backend_qt4agg

matplotlib.backends.backend_qt4agg Render to qt from agg matplotlib.backends.backend_qt4agg.FigureCanvas alias of FigureCanvasQTAgg class matplotlib.backends.backend_qt4agg.FigureCanvasQTAgg(figure) Bases: matplotlib.backends.backend_qt4agg.FigureCanvasQTAggBase, matplotlib.backends.backend_qt4.FigureCanvasQT, matplotlib.backends.backend_agg.FigureCanvasAgg The canvas the figure renders into. Calls the draw and print fig methods, creates the renderers, etc... Public attribute figure -

backends.backend_pdf

matplotlib.backends.backend_pdf A PDF matplotlib backend Author: Jouni K Seppen <jks@iki.fi> matplotlib.backends.backend_pdf.FigureCanvas alias of FigureCanvasPdf class matplotlib.backends.backend_pdf.FigureCanvasPdf(figure) Bases: matplotlib.backend_bases.FigureCanvasBase The canvas the figure renders into. Calls the draw and print fig methods, creates the renderers, etc... Public attribute figure - A Figure instance class matplotlib.backends.backend_pdf.Name(name) Bases:

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.

backends

backends matplotlib.backend_bases matplotlib.backend_managers matplotlib.backend_tools matplotlib.backends.backend_gtkagg matplotlib.backends.backend_qt4agg matplotlib.backends.backend_wxagg matplotlib.backends.backend_pdf

axis

axis matplotlib.axis Classes for the ticks and x and y axis class matplotlib.axis.Axis(axes, pickradius=15) Bases: matplotlib.artist.Artist Public attributes axes.transData - transform data coords to display coords axes.transAxes - transform axis coords to display coords labelpad - number of points between the axis and its label Init the axis with the parent Axes instance OFFSETTEXTPAD = 3 axis_date(tz=None) Sets up x-axis ticks and labels that treat the x data as dates. tz is a tz

axes_grid1.inset_locator

mpl_toolkits.axes_grid1.inset_locator A collection of functions and objects for creating or placing inset axes. class mpl_toolkits.axes_grid1.inset_locator.AnchoredLocatorBase(bbox_to_anchor, offsetbox, loc, borderpad=0.5, bbox_transform=None) Bases: matplotlib.offsetbox.AnchoredOffsetbox draw(renderer) class mpl_toolkits.axes_grid1.inset_locator.AnchoredSizeLocator(bbox_to_anchor, x_size, y_size, loc, borderpad=0.5, bbox_transform=None) Bases: mpl_toolkits.axes_grid1.inset_locator.

axes_grid.axis_artist

mpl_toolkits.axes_grid.axis_artist class mpl_toolkits.axes_grid.axis_artist.AxisArtist(axes, helper, offset=None, axis_direction='bottom', **kw) An artist which draws axis (a line along which the n-th axes coord is constant) line, ticks, ticklabels, and axis label. axes : axes helper : an AxisArtistHelper instance. LABELPAD ZORDER = 2.5 draw(artist, renderer, *args, **kwargs) Draw the axis lines, tick lines and labels get_axisline_style() return the current axisline style. get

axes_grid.axes_size

mpl_toolkits.axes_grid.axes_size class mpl_toolkits.axes_grid.axes_size.Fixed(fixed_size) Simple fixed size with absolute part = fixed_size and relative part = 0 class mpl_toolkits.axes_grid.axes_size.Scaled(scalable_size) Simple scaled(?) size with absolute part = 0 and relative part = scalable_size class mpl_toolkits.axes_grid.axes_size.AxesX(axes, aspect=1.0, ref_ax=None) Scaled size whose relative part corresponds to the data width of the axes multiplied by the aspect. cl

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? | ?