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 0f6aa54 commit d260ccaCopy full SHA for d260cca
doc/api/api_changes/2017-11-25-JMK.rst
@@ -0,0 +1,8 @@
1
+`.Axes.get_position` now returns actual position if aspect changed
2
+------------------------------------------------------------------
3
+
4
+`.Axes.get_position` used to return the original position unless a
5
+draw had been triggered or `.Axes.apply_aspect` had been called, even
6
+if the kwarg *original* was set to *False*. Now `.Axes.apply_aspect`
7
+is called so ``ax.get_position()`` will return the new modified position.
8
+To get the old behaviour, ``ax.get_position(original=True)``.
0 commit comments