mpl.axes

Functions

is_string_like(obj) Return True if obj looks like a string
iterable(obj) return true if obj is iterable
reduce((function, sequence[, initial]) -> value) Apply a function of two arguments cumulatively to the items of a sequence, from left to right, so as to reduce the sequence to a single value.
subplot_class_factory([axes_class])
unpack_labeled_data([replace_names, ...]) A decorator to add a ‘data’ kwarg to any a function.

Classes

Axes(fig, rect[, axisbg, frameon, sharex, ...]) The Axes contains most of the figure elements: Axis, Tick, Line2D, Text, Polygon, etc., and sets the coordinate system.
BarContainer(patches[, errorbar])
ErrorbarContainer(lines[, has_xerr, has_yerr])
GridSpec(nrows, ncols[, left, bottom, ...]) A class that specifies the geometry of the grid that a subplot will be placed.
StemContainer(markerline_stemlines_baseline, ...)
Subplot alias of AxesSubplot
SubplotBase(fig, *args, **kwargs) Base class for subplots, which are Axes instances with additional methods to facilitate generating and manipulating a set of Axes within a figure.
SubplotSpec(gridspec, num1[, num2]) specifies the location of the subplot in the given GridSpec.
map alias of imap
xrange xrange(start, stop[, step]) -> xrange object
zip alias of izip
zip_longest alias of izip_longest

Exceptions

mplDeprecation alias of MatplotlibDeprecationWarning