Skip to content

Commit a705fa9

Browse files
committed
Merge pull request matplotlib#3025 from oliverw1/issue2974
mpl issue: matplotlib#2974 - documentation corrected
2 parents 1b6e6e4 + ca56b38 commit a705fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

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