Skip to content

Commit

Permalink
Merge pull request #3025 from oliverw1/issue2974
Browse files Browse the repository at this point in the history
mpl issue: #2974 - documentation corrected
  • Loading branch information
efiring committed May 3, 2014
2 parents 1b6e6e4 + ca56b38 commit a705fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Expand Up @@ -2558,7 +2558,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
*ecolor*: [ *None* | mpl color ]
A matplotlib color arg which gives the color the errorbar lines;
if *None*, use the marker color.
if *None*, use the color of the line connecting the markers.
*elinewidth*: scalar
The linewidth of the errorbar lines. If *None*, use the linewidth.
Expand Down

0 comments on commit a705fa9

Please sign in to comment.