mkt.databases.plot_config.MatplotlibRCConfig

class mkt.databases.plot_config.MatplotlibRCConfig(svg_fonttype: str = 'path', pdf_fonttype: int = 42, text_usetex: bool = False)[source]

Bases: object

Global matplotlib rcParams applied before any plot.

__init__(svg_fonttype: str = 'path', pdf_fonttype: int = 42, text_usetex: bool = False) None

Methods

__eq__(other)

Return self==value.

__init__([svg_fonttype, pdf_fonttype, ...])

Attributes

__dataclass_fields__

__dataclass_params__

__match_args__

pdf_fonttype

svg_fonttype

text_usetex

__init__(svg_fonttype: str = 'path', pdf_fonttype: int = 42, text_usetex: bool = False) None
pdf_fonttype: int = 42
svg_fonttype: str = 'path'
text_usetex: bool = False