mpl_toolkits.axes_grid1#

mpl_toolkits.axes_grid1提供了一个辅助类框架来调整多个固定纵横坐标轴的位置(例如,显示图像)。它可以与aspectMatplotlib Axes 的属性进行对比,后者调整单个 Axes 的位置。

有关使用 axes_grid1 的指南,请参阅mpl_toolkits.axes_grid1 概述。

../../_images/sphx_glr_demo_axes_grid_001.png

笔记

该模块包含的类和函数以前 mpl_toolkits.axes_grid是 3.6 中删除的模块的一部分。旧模块中的其他类也可以在 mpl_toolkits.axisartist.

axes_grid1 API 的子模块是:

axes_grid1.anchored_artists

axes_grid1.axes_divider

辅助类在绘图时调整多个轴的位置。

axes_grid1.axes_grid

axes_grid1.axes_rgb

axes_grid1.axes_size

提供将与 AxesDivider 类(或其他类)一起使用的简单单位类,以确定每个轴的大小。

axes_grid1.inset_locator

用于创建或放置插入轴的函数和对象的集合。

axes_grid1.mpl_axes

axes_grid1.parasite_axes