mkt.databases.plot_config.RidgelinePlotConfig

class mkt.databases.plot_config.RidgelinePlotConfig(figsize: list[float] = <factory>, overlap: float = 0.1, scale: float = 1.5, fill_alpha: float = 0.5, edgecolor: str = 'black', edge_linewidth: float = 1.5, baseline_linewidth: float = 0.5, baseline_alpha: float = 0.3, ytick_fontsize: int = 20, title_fontsize: int = 22, title_fontweight: str = 'bold', title_color_davis: str = 'black', title_color_pkis2: str = 'black', xtick_fontsize: int = 18, xlabel_fontsize: int = 20, xlabel_text: str = '% of RefSeq sequence contained in construct', grid_alpha: float = 0.3, filename: str = 'ridgeline_plot')[source]

Bases: object

Aesthetics for the ridgeline plot.

__init__(figsize: list[float] = <factory>, overlap: float = 0.1, scale: float = 1.5, fill_alpha: float = 0.5, edgecolor: str = 'black', edge_linewidth: float = 1.5, baseline_linewidth: float = 0.5, baseline_alpha: float = 0.3, ytick_fontsize: int = 20, title_fontsize: int = 22, title_fontweight: str = 'bold', title_color_davis: str = 'black', title_color_pkis2: str = 'black', xtick_fontsize: int = 18, xlabel_fontsize: int = 20, xlabel_text: str = '% of RefSeq sequence contained in construct', grid_alpha: float = 0.3, filename: str = 'ridgeline_plot') None

Methods

__eq__(other)

Return self==value.

__init__([figsize, overlap, scale, ...])

Attributes

__dataclass_fields__

__dataclass_params__

__match_args__

baseline_alpha

baseline_linewidth

edge_linewidth

edgecolor

filename

fill_alpha

grid_alpha

overlap

scale

title_color_davis

title_color_pkis2

title_fontsize

title_fontweight

xlabel_fontsize

xlabel_text

xtick_fontsize

ytick_fontsize

figsize

__init__(figsize: list[float] = <factory>, overlap: float = 0.1, scale: float = 1.5, fill_alpha: float = 0.5, edgecolor: str = 'black', edge_linewidth: float = 1.5, baseline_linewidth: float = 0.5, baseline_alpha: float = 0.3, ytick_fontsize: int = 20, title_fontsize: int = 22, title_fontweight: str = 'bold', title_color_davis: str = 'black', title_color_pkis2: str = 'black', xtick_fontsize: int = 18, xlabel_fontsize: int = 20, xlabel_text: str = '% of RefSeq sequence contained in construct', grid_alpha: float = 0.3, filename: str = 'ridgeline_plot') None
baseline_alpha: float = 0.3
baseline_linewidth: float = 0.5
edge_linewidth: float = 1.5
edgecolor: str = 'black'
figsize: list[float]
filename: str = 'ridgeline_plot'
fill_alpha: float = 0.5
grid_alpha: float = 0.3
overlap: float = 0.1
scale: float = 1.5
title_color_davis: str = 'black'
title_color_pkis2: str = 'black'
title_fontsize: int = 22
title_fontweight: str = 'bold'
xlabel_fontsize: int = 20
xlabel_text: str = '% of RefSeq sequence contained in construct'
xtick_fontsize: int = 18
ytick_fontsize: int = 20