Skip to content

Commit 2c4aa6d

Browse files
committed
Merge pull request #4374 from jenshnielsen/errorbar_docs
DOC : fix typo in errorbar docs
1 parent 2299f30 commit 2c4aa6d

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
@@ -2661,7 +2661,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
26612661
before :meth:`errorbar`.
26622662
26632663
*errorevery*: positive integer
2664-
subsamples the errorbars. e.g., if everyerror=5, errorbars for
2664+
subsamples the errorbars. e.g., if errorevery=5, errorbars for
26652665
every 5-th datapoint will be plotted. The data plot itself still
26662666
shows all data points.
26672667

0 commit comments

Comments
 (0)