Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88c9989

Browse files
authored
Fixed: makers->markers
1 parent 3896b98 commit 88c9989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ def acorr(self, x, **kwargs):
19221922
using `Axes.vlines`. Additionally, a horizontal line is plotted
19231923
at y=0 using `Axes.axhline`.
19241924
1925-
If ``False``, makers are plotted at the acorr values using
1925+
If ``False``, markers are plotted at the acorr values using
19261926
`Axes.plot`.
19271927
19281928
maxlags : int, optional, default: 10
@@ -1992,7 +1992,7 @@ def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
19921992
using `Axes.vlines`. Additionally, a horizontal line is plotted
19931993
at y=0 using `Axes.axhline`.
19941994
1995-
If ``False``, makers are plotted at the xcorr values using
1995+
If ``False``, markers are plotted at the xcorr values using
19961996
`Axes.plot`.
19971997
19981998
maxlags : int, optional, default: 10

0 commit comments

Comments
 (0)