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.
Another instance of MarkerStyle
copies the details of that marker.
For other possible marker values, see the module docstring 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.
Return a new version of this marker with the transform applied.
Affine2D
Transform will be combined with current user supplied transform.
matplotlib.markers.MarkerStyle
#
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4