mpl_toolkits.axes_grid1.inset_locator#

用于创建或放置内嵌坐标轴的函数和对象的集合。

#

AnchoredLocatorBase(bbox_to_anchor, ...[, ...])

AnchoredSizeLocator(bbox_to_anchor, x_size, ...)

AnchoredZoomLocator(parent_axes, zoom, loc)

BboxConnector(bbox1, bbox2, loc1[, loc2])

用直线连接两个包围盒。

BboxConnectorPatch(bbox1, bbox2, loc1a, ...)

用四边形连接两个包围盒。

BboxPatch(bbox, **kwargs)

显示由包围盒边界限定的形状的补丁。

函数#

inset_axes(parent_axes, width, height[, ...])

创建具有给定宽度和高度的内嵌坐标轴。

mark_inset(parent_axes, inset_axes, loc1, ...)

绘制一个框来标记由内嵌坐标轴表示的区域位置。

zoomed_inset_axes(parent_axes, zoom[, loc, ...])

通过缩放父坐标轴来创建锚定内嵌坐标轴。