Skip to content

INFO: matplotlib marker properties #174

@mwcraig

Description

@mwcraig

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions