Commit 5863a22
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments