We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31af7a2 commit dc58327Copy full SHA for dc58327
proplot/axes/base.py
@@ -2828,6 +2828,7 @@ def get_default_bbox_extra_artists(self):
2828
artists = [
2829
artist for artist in super().get_default_bbox_extra_artists()
2830
if isinstance(artist, (maxes.Axes, maxis.Axis, mspines.Spine))
2831
+ or not artist.get_clip_on()
2832
or not isinstance(artist.get_clip_path(), mtransforms.TransformedPatchPath)
2833
or artist.get_clip_path()._patch is not self.patch
2834
]
0 commit comments