The axes_divider module provides helper classes to adjust the positions of multiple axes at drawing time.
Axes(**kwargs) | [Deprecated] |
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[, ...]) | This class calculates the axes position. |
HBoxDivider(fig, *args, **kwargs) | |
LocatableAxes(**kwargs) | [Deprecated] |
LocatableAxesBase(**kwargs) | [Deprecated] |
SubplotDivider(fig, *args[, horizontal, ...]) | The Divider class whose rectangle area is specified as a subplot geometry. |
VBoxDivider(fig, *args, **kwargs) | The Divider class whose rectangle area is specified as a subplot geometry. |
locatable_axes_factory(axes_class) | [Deprecated] |
make_axes_area_auto_adjustable(ax[, ...]) | |
make_axes_locatable(axes) |
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/mpl_toolkits.axes_grid1.axes_divider.html