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

Skip to content

Commit 5863a22

Browse files
authored
Fix scatter "marker" argument name
When calling `scatter`, the correct argument name for setting marker style is `marker` rather than `markers` (cf. [matplotlib.pyplot.scatter](https://matplotlib.org/3.2.0/api/_as_gen/matplotlib.pyplot.scatter.html))
1 parent e8abaf0 commit 5863a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
\mandatory{Y},
352352
\optional{[s]izes},
353353
\optional{[c]olors},
354-
\optional{markers},
354+
\optional{marker},
355355
\optional{cmap}}
356356
{}
357357
\plot{basic-bar.pdf}{\textbf{bar[h]}(x,height,…)}

0 commit comments

Comments
 (0)