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