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

Skip to content

Commit 2262017

Browse files
tacaswelljklymakQuLogic
authored
DOC: fix missing words and markup
Co-authored-by: Jody Klymak <[email protected]> Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent ffb6ae5 commit 2262017

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/api/next_api_changes/behavior/18564-AL.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ figure ::
1919
# add to Figure
2020
fig.add_axes(ax)
2121

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')

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(
6464
Other axes to share z-limits with.
6565
proj_type : {'persp', 'ortho'}
6666
The projection type, default 'persp'.
67-
auto_add_to_figure : bool, default True
67+
auto_add_to_figure : bool, default: True
6868
Prior to Matplotlib 3.4 Axes3D would add themselves
6969
to their host Figure on init. Other Axes class do not
7070
do this.

0 commit comments

Comments
 (0)