Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2262017

Browse files
tacaswelljklymakQuLogic
authored
DOC: fix missing words and markup
Co-authored-by: Jody Klymak <jklymak@gmail.com>Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parentffb6ae5 commit2262017

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)

[8]ページ先頭

©2009-2025 Movatter.jp