gsplot.PerTarget#

PerTarget = collections.abc.Sequence[typing.Any] | collections.abc.Mapping[typing.Any, typing.Any]#

An ordered sequence or exact-key mapping of per-target values.

Examples#

>>> import gsplot as gs
>>> values: gs.PerTarget = {"A": 1, "B": 2}