5.3.1.15.2.6.4. cli.cmd_plot.drawer.settings_graph.Mapping

class cli.cmd_plot.drawer.settings_graph.Mapping(x: str, y1: LinesSettings | None = None, y2: LinesSettings | None = None, y3: LinesSettings | None = None, date_format: str | None = None, start_date: str | None = None, time_factor: int | None = None, x_ticks_count: int = 2, start: int = 0, end: int | None = None)

Class that contains all information about the Mapping of the plot.

__init__(x: str, y1: LinesSettings | None = None, y2: LinesSettings | None = None, y3: LinesSettings | None = None, date_format: str | None = None, start_date: str | None = None, time_factor: int | None = None, x_ticks_count: int = 2, start: int = 0, end: int | None = None) None

Methods

__init__(x[, y1, y2, y3, date_format, ...])

Attributes

x

y1

y2

y3

date_format

start_date

time_factor

x_ticks_count

start

end