mkt.databases.plot_config.SequenceSchematicConfig

class mkt.databases.plot_config.SequenceSchematicConfig(figsize: list[float] = <factory>, rect_height: float = 0.6, gap_color: str = 'white', ellipsis_color: str = '#888888', ellipsis_fontsize: int = 10, label_fontsize: int = 10, title_fontsize: int = 12, title_fontweight: str = 'bold', panel_title_fontsize: int = 11, panel_title_fontweight: str = 'bold', n_show_start: int = 40, n_show_end: int = 20, n_ellipsis: int = 5, filename: str = 'sequence_input_schematic')[source]

Bases: object

Aesthetics for the sequence input schematic.

__init__(figsize: list[float] = <factory>, rect_height: float = 0.6, gap_color: str = 'white', ellipsis_color: str = '#888888', ellipsis_fontsize: int = 10, label_fontsize: int = 10, title_fontsize: int = 12, title_fontweight: str = 'bold', panel_title_fontsize: int = 11, panel_title_fontweight: str = 'bold', n_show_start: int = 40, n_show_end: int = 20, n_ellipsis: int = 5, filename: str = 'sequence_input_schematic') None

Methods

__eq__(other)

Return self==value.

__init__([figsize, rect_height, gap_color, ...])

Attributes

__dataclass_fields__

__dataclass_params__

__match_args__

ellipsis_color

ellipsis_fontsize

filename

gap_color

label_fontsize

n_ellipsis

n_show_end

n_show_start

panel_title_fontsize

panel_title_fontweight

rect_height

title_fontsize

title_fontweight

figsize

__init__(figsize: list[float] = <factory>, rect_height: float = 0.6, gap_color: str = 'white', ellipsis_color: str = '#888888', ellipsis_fontsize: int = 10, label_fontsize: int = 10, title_fontsize: int = 12, title_fontweight: str = 'bold', panel_title_fontsize: int = 11, panel_title_fontweight: str = 'bold', n_show_start: int = 40, n_show_end: int = 20, n_ellipsis: int = 5, filename: str = 'sequence_input_schematic') None
ellipsis_color: str = '#888888'
ellipsis_fontsize: int = 10
figsize: list[float]
filename: str = 'sequence_input_schematic'
gap_color: str = 'white'
label_fontsize: int = 10
n_ellipsis: int = 5
n_show_end: int = 20
n_show_start: int = 40
panel_title_fontsize: int = 11
panel_title_fontweight: str = 'bold'
rect_height: float = 0.6
title_fontsize: int = 12
title_fontweight: str = 'bold'