Skip to content

Commit a77d68b

Browse files
timhoffmQuLogic
andauthored
Add note that pyplot cannot be used for 3D. (#19455)
* Add note that pyplot cannot be used for 3D. Also: - remove the table of contents on that page. It's still available in the side bar and removing reduces the clutter in the main body. - slightly reword the note on maturity of 3D plotting (nobody needs to know that this was improved for 1.1.0) * Update doc/api/toolkits/mplot3d.rst Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 4a05e01 commit a77d68b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/api/toolkits/mplot3d.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
mplot3d API
55
***********
66

7-
.. contents::
8-
:backlinks: none
7+
.. note::
8+
`.pyplot` cannot be used to add content to 3D plots, because its function
9+
signatures are strictly 2D and cannot handle the additional information
10+
needed for 3D. Instead, use the explicit API by calling the respective
11+
methods on the `.Axes3D` object.
912

1013
.. automodule:: mpl_toolkits.mplot3d
1114
:no-members:
@@ -18,8 +21,7 @@ mplot3d API
1821
===================================
1922

2023
.. note::
21-
Significant effort went into bringing axes3d to feature-parity with
22-
regular axes objects for version 1.1.0. However, more work remains.
24+
3D plotting in Matplotlib is still not as mature as the 2D case.
2325
Please report any functions that do not behave as expected as a bug.
2426
In addition, help and patches would be greatly appreciated!
2527

0 commit comments

Comments
 (0)