pytrnsys_process.config.settings.Plot#

class pytrnsys_process.config.settings.Plot(file_formats: collections.abc.Sequence[str] = <factory>, figure_sizes: dict[str, tuple[float, float]] = <factory>, inkscape_path: str = 'C://Program Files//Inkscape//bin//inkscape.exe', x_label: str = '', y_label: str = '', title: str = '', date_format: str = '%b %Y', color_map: str = 'viridis', label_font_size: int = 10, legend_font_size: int = 8, title_font_size: int = 12, markers: collections.abc.Sequence[str] = <factory>)[source]#
__init__(file_formats: ~collections.abc.Sequence[str] = <factory>, figure_sizes: dict[str, tuple[float, float]] = <factory>, inkscape_path: str = 'C://Program Files//Inkscape//bin//inkscape.exe', x_label: str = '', y_label: str = '', title: str = '', date_format: str = '%b %Y', color_map: str = 'viridis', label_font_size: int = 10, legend_font_size: int = 8, title_font_size: int = 12, markers: ~collections.abc.Sequence[str] = <factory>) None#

Methods

__init__([file_formats, figure_sizes, ...])

Attributes

file_formats: Sequence[str]#
figure_sizes: dict[str, tuple[float, float]]#
inkscape_path: str = 'C://Program Files//Inkscape//bin//inkscape.exe'#
x_label: str = ''#
y_label: str = ''#
title: str = ''#
date_format: str = '%b %Y'#
color_map: str = 'viridis'#
label_font_size: int = 10#
legend_font_size: int = 8#
title_font_size: int = 12#
markers: Sequence[str]#
__init__(file_formats: ~collections.abc.Sequence[str] = <factory>, figure_sizes: dict[str, tuple[float, float]] = <factory>, inkscape_path: str = 'C://Program Files//Inkscape//bin//inkscape.exe', x_label: str = '', y_label: str = '', title: str = '', date_format: str = '%b %Y', color_map: str = 'viridis', label_font_size: int = 10, legend_font_size: int = 8, title_font_size: int = 12, markers: ~collections.abc.Sequence[str] = <factory>) None#