Bases: object
A class representing marker types.
Instances are immutable. If you need to change anything, create a new instance.
All known markers.
All known filled markers. This is a subset of markers.
The supported fillstyles.
MarkerStyle copies the details of that marker.matplotlib.markers.rcParams["markers.fillstyle"] (default: 'full')
One of 'full', 'left', 'right', 'bottom', 'top', 'none'.
Transform, optional
Transform that will be combined with the native transform of the marker.
CapStyle or %(CapStyle)s, optional
Cap style that will override the default cap style of the marker.
JoinStyle or %(JoinStyle)s, optional
Join style that will override the default join style of the marker.
Return a Path for the alternate part of the marker.
For unfilled markers, this is None; for filled markers, this is the area to be drawn with markerfacecoloralt.
Return the transform to be applied to the Path from MarkerStyle.get_alt_path().
Return a Path for the primary part of the marker.
For unfilled markers this is the whole marker, for filled markers, this is the area to be drawn with markerfacecolor.
Return the transform to be applied to the Path from MarkerStyle.get_path().
Return user supplied part of marker transform.
Return a new version of this marker rotated by specified angle.
Rotation angle in degrees.
Rotation angle in radians.
Return new marker scaled by specified scale factors.
If sy is not given, the same scale is applied in both the x- and y-directions.
X-direction scaling factor.
Y-direction scaling factor.
matplotlib.markers.MarkerStyle
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.markers.MarkerStyle.html