message_ix_models.model.transport.plot.LabelFirst

class message_ix_models.model.transport.plot.LabelFirst(fmt_string)[source]

Bases: object

Labeller that labels the first item using a format string.

Subsequent items are named with the bare value only.

__init__(fmt_string)[source]

Methods

__init__(fmt_string)