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

Skip to content

Commit 386d5de

Browse files
Further API changes 2
1 parent 632f5cf commit 386d5de

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/api/api_changes/2019-06-26-AL.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ Axes3D
7373

7474
``axes3d.unit_bbox`` is deprecated (use ``Bbox.unit`` instead).
7575

76+
``axes3d.Axes3D.w_xaxis``, ``.w_yaxis``, and ``.w_zaxis`` are deprecated (use
77+
``.xaxis``, ``.yaxis``, and ``.zaxis`` instead).
78+
7679
`matplotlib.cm`
7780
~~~~~~~~~~~~~~~
7881
``cm.revcmap`` is deprecated. Use `.Colormap.reversed` to reverse a colormap.
@@ -261,6 +264,9 @@ from the public API in future versions.
261264

262265
``BboxBase.is_unit`` is deprecated (check the Bbox extents if needed).
263266

267+
``Affine2DBase.matrix_from_values(...)`` is deprecated. Use (for example)
268+
``Affine2D.from_values(...).get_matrix()`` instead.
269+
264270
``style.core.is_style_file`` and ``style.core.iter_style_files``
265271
are deprecated.
266272

0 commit comments

Comments
 (0)