mpl_toolkits.axes_grid1#
mpl_toolkits.axes_grid1 provides a framework of helper classes to adjustthe positioning of multiple fixed-aspect Axes (e.g., displaying images). Itcan be contrasted with theaspect property of Matplotlib Axes, whichadjusts the position of a single Axes.
SeeThe axes_grid1 toolkit for a guide on the usage of axes_grid1.

Note
This module contains classes and function that were formerly part of thempl_toolkits.axes_grid module that was removed in 3.6. Additionalclasses from that older module may also be found inmpl_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 | |
A collection of functions and objects for creating or placing inset axes. | |