From 5863a228bc262a09e2e351c4baf26f3c7736fcbe Mon Sep 17 00:00:00 2001 From: Yao-Yuan Mao Date: Sun, 13 Sep 2020 20:28:13 -0400 Subject: [PATCH] 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)) --- cheatsheets.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets.tex b/cheatsheets.tex index 4d76148..a3fc0e9 100644 --- a/cheatsheets.tex +++ b/cheatsheets.tex @@ -351,7 +351,7 @@ \mandatory{Y}, \optional{[s]izes}, \optional{[c]olors}, - \optional{markers}, + \optional{marker}, \optional{cmap}} {} \plot{basic-bar.pdf}{\textbf{bar[h]}(x,height,…)}