2.1.14.2.6.2. cli.cmd_plot.drawer.settings_graph.GraphSettings

class cli.cmd_plot.drawer.settings_graph.GraphSettings(height_px: float = 700, width_px: float = 700, dpi: int = 100, show: bool = True, save: bool = False, format: str = 'png')

Class that contains all information about the graph.

__init__(height_px: float = 700, width_px: float = 700, dpi: int = 100, show: bool = True, save: bool = False, format: str = 'png') None

Methods

__init__([height_px, width_px, dpi, show, ...])

Attributes

height_px

width_px

dpi

show

save

format