set_clip_boxο
- LayerSelector.set_clip_box(clipbox)ο
Set the artistβs clip .Bbox.
- Parameters:
clipbox (~matplotlib.transforms.BboxBase or None) β Will typically be created from a .TransformedBbox. For instance,
TransformedBbox(Bbox([[0, 0], [1, 1]]), ax.transAxes)is the default clipping for an artist added to an Axes.