Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INFO: matplotlib marker properties #174

Open
mwcraig opened this issue Aug 2, 2023 · 0 comments
Open

INFO: matplotlib marker properties #174

mwcraig opened this issue Aug 2, 2023 · 0 comments

Comments

@mwcraig
Copy link
Member

mwcraig commented Aug 2, 2023

This documents the properties that markers can have in matplotlib. See this link for a more complete list of scatter properties; some of the highlights are below.

Property Default Description
marker "o" (circle) Marker symbol
c Depends on the color cycle Color of the marker -- can be single color or array
cmap 'viridis' colormap to use for the markers.
norm, vmin, vmax see documentation parameters for applying colormap to data if cmap is used
alpha none marker opacities
s unclear Size of markers in points**2
linewidths 1.5 float or array, width of marker edges
edgecolors face color color or sequence of colors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant