-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
plot and scatter should allow marker to be a list #11155
Copy link
Copy link
Open
Labels
Difficulty: Hardhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Action
Milestone
Metadata
Metadata
Assignees
Labels
Difficulty: Hardhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Action
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Request
It would be great if the
plotandscatterfunctions would allow themarkerkwarg to be a list.When using
scatter, I can set the color of individual pixels using theckwarg.ccan 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