8000 mpl issue: #2974 - documentation corrected · matplotlib/matplotlib@ca56b38 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca56b38

Browse files
committed
mpl issue: #2974 - documentation corrected
1 parent a6a09c1 commit ca56b38

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
@@ -2558,7 +2558,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
25582558
25592559
*ecolor*: [ *None* | mpl color ]
25602560
A matplotlib color arg which gives the color the errorbar lines;
2561-
if *None*, use the marker color.
2561+
if *None*, use the color of the line connecting the markers.
25622562
25632563
*elinewidth*: scalar
25642564
The linewidth of the errorbar lines. If *None*, use the linewidth.

0 commit comments

Comments
 (0)
0