mpl_toolkits.axes_grid1
#
mpl_toolkits.axes_grid1
provides a framework of helper classes to adjust
the positioning of multiple fixed-aspect Axes (e.g., displaying images). It
can be contrasted with the aspect
property of Matplotlib Axes, which
adjusts the position of a single Axes.
See Overview of mpl_toolkits.axes_grid1 for a guide on the usage of axes_grid1.
Note
This module contains classes and function that were formerly part of the
mpl_toolkits.axes_grid
module that was removed in 3.6. Additional
classes from that older module may also be found in
mpl_toolkits.axisartist
.
The submodules of the axes_grid1 API are:
Helper classes to adjust the positions of multiple axes at drawing time. |
|
Provides classes of simple units that will be used with AxesDivider class (or others) to determine the size of each axes. |
|
A collection of functions and objects for creating or placing inset axes. |
|