Thanks to visit codestin.com Credit goes to github.com
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 ffb6ae5 commit 2262017Copy full SHA for 2262017
doc/api/next_api_changes/behavior/18564-AL.rst
@@ -19,4 +19,7 @@ figure ::
19
# add to Figure
20
fig.add_axes(ax)
21
22
-as needs to be done for other `.axes.Axes` sub-classes.
+as needs to be done for other `.axes.Axes` sub-classes. Or, a 3-d
23
+projection can be made via::
24
+
25
+ fig.add_subplot(projection='3d')
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -64,7 +64,7 @@ def __init__(
64
Other axes to share z-limits with.
65
proj_type : {'persp', 'ortho'}
66
The projection type, default 'persp'.
67
- auto_add_to_figure : bool, default True
+ auto_add_to_figure : bool, default: True
68
Prior to Matplotlib 3.4 Axes3D would add themselves
69
to their host Figure on init. Other Axes class do not
70
do this.
0 commit comments