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 |