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.
1 parent 5bef1a2 commit 97ff8a9Copy full SHA for 97ff8a9
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
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