Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88c9989

Browse filesBrowse files
authored
Fixed: makers->markers
1 parent 3896b98 commit 88c9989
Copy full SHA for 88c9989

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.