gsplot.LineStyle#

LineStyle = str | tuple[float, collections.abc.Sequence[float]]#

A Matplotlib named line style or finite dash-tuple form.

Examples#

>>> import gsplot as gs
>>> line_style: gs.LineStyle = "--"