8000 Backport PR #14474: Fix default value in docstring of errorbar func · matplotlib/matplotlib@d195e65 · GitHub
[go: up one dir, main page]

Skip to content

Commit d195e65

Browse files
tacaswellMeeseeksDev[bot]
authored andcommitted
Backport PR #14474: Fix default value in docstring of errorbar func
1 parent 63a803a commit d195e65

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
@@ -3160,7 +3160,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
31603160
If True, will plot the errorbars above the plot
31613161
symbols. Default is below.
31623162
3163-
lolims, uplims, xlolims, xuplims : bool, optional, default: None
3163+
lolims, uplims, xlolims, xuplims : bool, optional, default: False
31643164
These arguments can be used to indicate that a value gives only
31653165
upper/lower limits. In that case a caret symbol is used to
31663166
indicate this. *lims*-arguments may be of the same type as *xerr*

0 commit comments

Comments
 (0)
0