gsplot.LabelRecord#

LabelRecord = tuple[str, str] | tuple[str, str, typing.Any, typing.Any] | collections.abc.Sequence[typing.Any]#

Concise x/y labels with optional x/y axis limits.

Examples#

>>> import gsplot as gs
>>> labels: gs.LabelRecord = ("x", "y", (0.0, 1.0), (0.0, 2.0))