Open
Description
Feature Request
It would be great if the plot
and scatter
functions would allow the marker
kwarg to be a list.
When using scatter
, I can set the color of individual pixels using the c
kwarg. c
can be a list/array. It would be convenient if I could also set the marker style of the individual points using a list of styles.
I'm using matplotlib 2.2.2 on Python 3.6