Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 386d5de

Browse filesBrowse files
Further API changes 2
1 parent 632f5cf commit 386d5de
Copy full SHA for 386d5de

File tree

Expand file treeCollapse file tree

2 files changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-5
lines changed

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

Copy file name to clipboardExpand all lines: doc/api/api_changes/2019-06-26-AL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.2.0/deprecations.rst
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.