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

Skip to content

Commit d35aaea

Browse files
rcomertimhoffm
andauthored
Apply suggestion from @timhoffm
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 0468701 commit d35aaea

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/matplotlib/axes/_base.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,10 +1176,13 @@ def set_position(self, pos, which='both'):
11761176
Determines which position variables to change.
11771177
11781178
.. note::
1179+
This parameter is considered internal. End users should not use it.
1180+
11791181
For native Matplotlib `.Axes`, the active position is
11801182
determined by a combination of the original position and the
1181-
aspect ratio. Setting the active position directly is
1182-
therefore not effective. This option is retained as it may be
1183+
aspect ratio. Setting the active position only is only meaningful
1184+
in the context of correct internal state, which is managed
1185+
internally inside `.Axes`. This option is retained as it may be
11831186
relevant for some third party `.Axes` subclasses.
11841187
11851188
See Also

0 commit comments

Comments
 (0)