mkt.databases.plot_config.OutputConfig

class mkt.databases.plot_config.OutputConfig(subdir: str = 'images', bool_svg: bool = True, bool_png: bool = True, bool_pdf: bool = False)[source]

Bases: object

Output directory settings.

__init__(subdir: str = 'images', bool_svg: bool = True, bool_png: bool = True, bool_pdf: bool = False) None

Methods

__eq__(other)

Return self==value.

__init__([subdir, bool_svg, bool_png, bool_pdf])

Attributes

__dataclass_fields__

__dataclass_params__

__match_args__

bool_pdf

bool_png

bool_svg

subdir

__init__(subdir: str = 'images', bool_svg: bool = True, bool_png: bool = True, bool_pdf: bool = False) None
bool_pdf: bool = False
bool_png: bool = True
bool_svg: bool = True
subdir: str = 'images'