8000 Merge pull request #14474 from xcz011/fix_doc · matplotlib/matplotlib@0e349fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e349fe

Browse files
authored
Merge pull request #14474 from xcz011/fix_doc
DOC: Fix default value in docstring of errorbar func
2 parents cf7e1c2 + 4eeef9c commit 0e349fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3120,7 +3120,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
31203120
If True, will plot the errorbars above the plot
31213121
symbols. Default is below.
31223122
3123-
lolims, uplims, xlolims, xuplims : bool, optional, default: None
3123+
lolims, uplims, xlolims, xuplims : bool, optional, default: False
31243124
These arguments can be used to indicate that a value gives only
31253125
upper/lower limits. In that case a caret symbol is used to
31263126
indicate this. *lims*-arguments may be of the same type as *xerr*

0 commit comments

Comments
 (0)
0