Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d37ee64

Browse files
authored
DOC: go back to baseclass
1 parent 439cf08 commit d37ee64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def set_clip_box(self, clipbox):
757757
758758
Parameters
759759
----------
760-
clipbox : `~matplotlib.transforms.Bbox` or None
760+
clipbox : `~matplotlib.transforms.BboxBase` or None
761761
Will typically be created from a `.TransformedBbox`. For instance,
762762
``TransformedBbox(Bbox([[0, 0], [1, 1]]), ax.transAxes)`` is the default
763763
clipping for an artist added to an Axes.

0 commit comments

Comments
 (0)