Skip to content

Commit 00f03ca

Browse files
Fix docs error
1 parent 1c04693 commit 00f03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

+1-1
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)