mpl_toolkits.axes_grid1.axes_divider¶
Helper classes to adjust the positions of multiple axes at drawing time.
Classes¶
AxesDivider (axes[, xref, yref]) |
Divider based on the pre-existing axes. | ||
AxesLocator (axes_divider, nx, ny[, nx1, ny1]) |
A simple callable object, initialized with AxesDivider class, returns the position and size of the given cell. | ||
Divider (fig, pos, horizontal, vertical[, ...]) |
An Axes positioning class. | ||
HBoxDivider (fig, *args[, horizontal, ...]) |
|
||
SubplotDivider (fig, *args[, horizontal, ...]) |
The Divider class whose rectangle area is specified as a subplot geometry. | ||
VBoxDivider (fig, *args[, horizontal, ...]) |
The Divider class whose rectangle area is specified as a subplot geometry. |
Functions¶
make_axes_area_auto_adjustable (ax[, ...]) |
|
make_axes_locatable (axes) |