File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
doc/api/next_api_changes/behavior Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,7 @@ figure ::
19
19
# add to Figure
20
20
fig.add_axes(ax)
21
21
22
- as needs to be done for other `.axes.Axes ` sub-classes.
22
+ 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')
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def __init__(
64
64
Other axes to share z-limits with.
65
65
proj_type : {'persp', 'ortho'}
66
66
The projection type, default 'persp'.
67
- auto_add_to_figure : bool, default True
67
+ auto_add_to_figure : bool, default: True
68
68
Prior to Matplotlib 3.4 Axes3D would add themselves
69
69
to their host Figure on init. Other Axes class do not
70
70
do this.
You can’t perform that action at this time.
0 commit comments