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

Skip to content

Commit 9205c23

Browse files
authored
Merge pull request #17783 from tacaswell/doc_set_postion_bbox_constructors
DOC: point to bbox static "constructor" functions in set_position
2 parents f1ec223 + 5dd2c1b commit 9205c23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,10 @@ def set_position(self, pos, which='both'):
906906
which : {'both', 'active', 'original'}, default: 'both'
907907
Determines which position variables to change.
908908
909+
See Also
910+
--------
911+
matplotlib.transforms.Bbox.from_bounds
912+
matplotlib.transforms.Bbox.from_extents
909913
"""
910914
self._set_position(pos, which=which)
911915
# because this is being called externally to the library we

0 commit comments

Comments
 (0)