2.1.14.2.6.1. cli.cmd_plot.drawer.settings_graph.Description

class cli.cmd_plot.drawer.settings_graph.Description(title: str, x_axis: str, y_axes: list[str])

Class that contains all information of the Description of the plot.

__init__(title: str, x_axis: str, y_axes: list[str]) None

Methods

__init__(title, x_axis, y_axes)

Attributes

title

x_axis

y_axes