gsplot.Marker#

Marker = str | matplotlib.path.Path | matplotlib.markers.MarkerStyle#

An input accepted by Matplotlib’s MarkerStyle.

Examples#

>>> import gsplot as gs
>>> marker: gs.Marker = "o"