mpl_工具包.轴_网格1.插入_定位器#

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

#

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)

显示由 Bbox 界定的形状的补丁。

InsetPosition(parent, lbwh)

[已弃用]

函数#

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

创建一个具有指定宽度和高度的插入轴。

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

绘制一个框以标记由插入轴表示的区域的位置。

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

通过缩放父坐标轴创建一个锚定的插入坐标轴。