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 cb9ae92 commit 1b62b1aCopy full SHA for 1b62b1a
lib/matplotlib/axes/_base.py
@@ -1108,8 +1108,9 @@ def reset_position(self):
1108
"""
1109
Reset the active position to the original position.
1110
1111
- This resets the possible position change due to aspect constraints.
1112
- For an explanation of the positions see `.set_position`.
+ This undoes changes to the active position (as defined in
+ `.set_position`) which may have been performed to satisfy fixed-aspect
1113
+ constraints.
1114
1115
for ax in self._twinned_axes.get_siblings(self):
1116
pos = ax.get_position(original=True)
0 commit comments