class mpl_toolkits.axes_grid1.inset_locator.BboxConnector(bbox1, bbox2, loc1, loc2=None, **kwargs) [source]
Bases: matplotlib.patches.Patch
Connect two bboxes with a straight line.
| Parameters: |
|
|---|
static connect_bbox(bbox1, bbox2, loc1, loc2=None) [source]
Helper function to obtain a Path from one bbox to another.
| Parameters: |
|
|---|---|
| Returns: |
|
static get_bbox_edge_pos(bbox, loc) [source]
Helper function to obtain the location of a corner of a bbox
| Parameters: |
|
|---|---|
| Returns: |
|
get_path(self) [source]
Return the path of this patch
mpl_toolkits.axes_grid1.inset_locator.BboxConnector
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/mpl_toolkits.axes_grid1.inset_locator.BboxConnector.html