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:
objectOutput 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__- __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'