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

Skip to content

Commit 7952e89

Browse files
committed
DOC: Add an API note lazy autoscaling for Axes3D.
1 parent 854c4dd commit 7952e89

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Autoscaling in Axes3D
2+
~~~~~~~~~~~~~~~~~~~~~
3+
4+
In Matplotlib 3.2.0, autoscaling was made lazier for 2D Axes, i.e., limits
5+
would only be recomputed when actually rendering the canvas, or when the user
6+
queries the Axes limits. This performance improvement is now extended to
7+
`.Axes3D`. This also fixes some issues with autoscaling being triggered
8+
unexpectedly in Axes3D.
9+
10+
Please see :ref:`the API change for 2D Axes <api-changes-3-2-0-autoscaling>`
11+
for further details.

doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ writer, without performing the availability check on subsequent writers, it is
5454
now possible to iterate over the registry, which will yield the names of the
5555
available classes.
5656

57+
.. _api-changes-3-2-0-autoscaling:
58+
5759
Autoscaling
5860
~~~~~~~~~~~
5961

0 commit comments

Comments
 (0)