onstove.ScaleBar.set_clip_box#

ScaleBar.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.