gsplot.LabelRecords#
- LabelRecords = collections.abc.Sequence[tuple[str, str] | tuple[str, str, typing.Any, typing.Any] | collections.abc.Sequence[typing.Any]] | collections.abc.Mapping[typing.Any, tuple[str, str] | tuple[str, str, typing.Any, typing.Any] | collections.abc.Sequence[typing.Any]]#
Ordered or exact-key per-target label records.
Examples#
>>> import gsplot as gs >>> labels: gs.LabelRecords = (("x", "y"),)