8000
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.
2 parents 5bef1a2 + 97ff8a9 commit 1a24758Copy full SHA for 1a24758
lib/matplotlib/axes/_base.py
@@ -1108,8 +1108,9 @@ def reset_position(self):
1108
"""
1109
Reset the active position to the original position.
1110
- This resets the possible position change due to aspect constraints.
1112
- For an explanation of the positions see `.set_position`.
1111
+ 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