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

Commit00f03ca

Browse files
Fix docs error
1 parent1c04693 commit00f03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2989,7 +2989,7 @@ def errorbar(self, x, y, z, zerr=None, yerr=None, xerr=None, fmt='',
29892989
lower limits. In that case a caret symbol is used to indicate
29902990
this. *lims*-arguments may be scalars, or array-likes of the same
29912991
length as the errors. To use limits with inverted axes,
2992-
`~.Axes.set_xlim`or `~.Axes.set_ylim` must be called before
2992+
`set_xlim`, `set_ylim`,or `set_zlim` must be called before
29932993
`errorbar`. Note the tricky parameter names: setting e.g.
29942994
*ylolims* to True means that the y-value is a *lower* limit of the
29952995
True value, so, only an *upward*-pointing arrow will be drawn!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp