Themes Module
datachart.themes
The module containing the themes.
The themes module contains the predefined style themes that are used to visualize
the plots.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DEFAULT_THEME |
The default theme style.
TYPE:
|
GREYSCALE_THEME |
The greyscale theme style.
TYPE:
|
PUBLICATION_THEME |
The publication theme style.
TYPE:
|
BACKGROUND_THEME |
The background theme style (light gray for de-emphasized elements).
TYPE:
|
Themes
datachart.themes.DEFAULT_THEME
DEFAULT_THEME: StyleAttrs = {
"color_general_singular": COLORS.Blues,
"color_general_multiple": COLORS.Spectral,
"color_parallel_hue": COLORS.Tab10,
"font_general_family": "sans-serif",
"font_general_sansserif": ["Helvetica", "Arial"],
"font_general_color": "#000000",
"font_general_size": 10,
"font_general_style": FONT_STYLE.NORMAL,
"font_general_weight": FONT_WEIGHT.NORMAL,
"font_title_size": 14,
"font_title_color": "#000000",
"font_title_style": FONT_STYLE.NORMAL,
"font_title_weight": FONT_WEIGHT.NORMAL,
"font_subtitle_size": 10,
"font_subtitle_color": "#000000",
"font_subtitle_style": FONT_STYLE.NORMAL,
"font_subtitle_weight": FONT_WEIGHT.NORMAL,
"font_xlabel_size": 9,
"font_xlabel_color": "#000000",
"font_xlabel_style": FONT_STYLE.NORMAL,
"font_xlabel_weight": FONT_WEIGHT.NORMAL,
"font_ylabel_size": 9,
"font_ylabel_color": "#000000",
"font_ylabel_style": FONT_STYLE.NORMAL,
"font_ylabel_weight": FONT_WEIGHT.NORMAL,
"axes_spines_top_visible": True,
"axes_spines_right_visible": True,
"axes_spines_bottom_visible": True,
"axes_spines_left_visible": True,
"axes_spines_width": 0.8,
"axes_spines_zorder": 100,
"axes_ticks_length": 3,
"axes_ticks_label_size": 8,
"plot_legend_shadow": False,
"plot_legend_frameon": True,
"plot_legend_alignment": "left",
"plot_legend_location": LEGEND_LOCATION.BEST,
"plot_legend_font_size": 8,
"plot_legend_title_size": 9,
"plot_legend_label_color": "#000000",
"plot_area_alpha": 0.25,
"plot_area_color": None,
"plot_area_linewidth": 0,
"plot_area_hatch": None,
"plot_area_zorder": 3,
"plot_grid_alpha": 0.5,
"plot_grid_color": "#E6E6E6",
"plot_grid_linewidth": 0.5,
"plot_grid_linestyle": LINE_STYLE.SOLID,
"plot_grid_zorder": 0,
"plot_line_color": None,
"plot_line_style": LINE_STYLE.SOLID,
"plot_line_marker": None,
"plot_line_width": 1.5,
"plot_line_alpha": 1.0,
"plot_line_drawstyle": LINE_DRAW_STYLE.DEFAULT,
"plot_line_zorder": 3,
"plot_bar_color": None,
"plot_bar_alpha": 0.9,
"plot_bar_width": 0.8,
"plot_bar_zorder": 3,
"plot_bar_hatch": None,
"plot_bar_edge_width": 0.8,
"plot_bar_edge_color": "#000000",
"plot_bar_error_color": "#000000",
"plot_bar_value_fontsize": 8,
"plot_bar_value_color": "#000000",
"plot_bar_value_padding": 3,
"plot_hist_color": None,
"plot_hist_alpha": 0.9,
"plot_hist_zorder": 3,
"plot_hist_fill": None,
"plot_hist_hatch": None,
"plot_hist_type": "bar",
"plot_hist_align": "mid",
"plot_hist_edge_width": 0.8,
"plot_hist_edge_color": "#000000",
"plot_vline_color": None,
"plot_vline_style": LINE_STYLE.SOLID,
"plot_vline_width": 1,
"plot_vline_alpha": 0.7,
"plot_hline_color": None,
"plot_hline_style": LINE_STYLE.SOLID,
"plot_hline_width": 1,
"plot_hline_alpha": 0.7,
"plot_heatmap_cmap": COLORS.Blues,
"plot_heatmap_alpha": 0.95,
"plot_heatmap_font_size": 8,
"plot_heatmap_font_color": "#000000",
"plot_heatmap_font_style": FONT_STYLE.NORMAL,
"plot_heatmap_font_weight": FONT_WEIGHT.NORMAL,
"plot_scatter_color": None,
"plot_scatter_alpha": 0.75,
"plot_scatter_size": 36,
"plot_scatter_marker": "o",
"plot_scatter_zorder": 3,
"plot_scatter_edge_width": 0.5,
"plot_scatter_edge_color": "#FFFFFF",
"plot_regression_color": None,
"plot_regression_alpha": 0.9,
"plot_regression_width": 2,
"plot_regression_style": LINE_STYLE.SOLID,
"plot_regression_ci_alpha": 0.15,
"plot_parallel_color": None,
"plot_parallel_alpha": 0.6,
"plot_parallel_width": 1.2,
"plot_parallel_style": LINE_STYLE.SOLID,
"plot_parallel_marker": None,
"plot_parallel_zorder": 1,
"plot_parallel_axis_color": "#000000",
"plot_parallel_axis_width": 1.5,
"plot_parallel_axis_zorder": 2,
"plot_parallel_tick_color": "#000000",
"plot_parallel_tick_width": 1.5,
"plot_parallel_tick_length": 0.02,
"plot_parallel_tick_label_size": 8,
"plot_parallel_tick_label_color": "#000000",
"plot_parallel_tick_label_bg_color": "#FFFFFF",
"plot_parallel_tick_label_bg_alpha": 0.8,
"plot_parallel_dim_label_size": 9,
"plot_parallel_dim_label_color": "#000000",
"plot_parallel_dim_label_rotation": 0,
"plot_parallel_dim_label_pad": 8,
"plot_box_color": None,
"plot_box_alpha": 0.85,
"plot_box_linewidth": 0.8,
"plot_box_edgecolor": "#000000",
"plot_box_outlier_marker": "o",
"plot_box_outlier_size": 5,
"plot_box_outlier_color": "#FFFFFF",
"plot_box_outlier_edge_color": "#000000",
"plot_box_median_color": "#2C3E50",
"plot_box_median_linewidth": 2,
"plot_box_whisker_linewidth": 0.8,
"plot_box_cap_linewidth": 0.8,
"plot_xticks_label_rotate": None,
"plot_yticks_label_rotate": None,
"overlay_auto_threshold": 3.0,
"overlay_bar_alpha": 0.7,
"overlay_hist_alpha": 0.6,
"overlay_default_zorder_bar": 1,
"overlay_default_zorder_line": 2,
"overlay_default_zorder_scatter": 2,
"overlay_default_zorder_hist": 1,
}
datachart.themes.GREYSCALE_THEME
GREYSCALE_THEME: StyleAttrs = {
"color_general_singular": COLORS.Greys,
"color_general_multiple": [
"#2C3E50",
"#5D6D7E",
"#85929E",
"#ABB2B9",
"#D5DBDB",
"#34495E",
],
"color_parallel_hue": [
"#2C3E50",
"#5D6D7E",
"#85929E",
"#ABB2B9",
"#D5DBDB",
"#34495E",
],
"font_general_family": "sans-serif",
"font_general_sansserif": ["Helvetica", "Arial"],
"font_general_color": "#000000",
"font_general_size": 10,
"font_general_style": FONT_STYLE.NORMAL,
"font_general_weight": FONT_WEIGHT.NORMAL,
"font_title_size": 14,
"font_title_color": "#000000",
"font_title_style": FONT_STYLE.NORMAL,
"font_title_weight": FONT_WEIGHT.NORMAL,
"font_subtitle_size": 10,
"font_subtitle_color": "#000000",
"font_subtitle_style": FONT_STYLE.NORMAL,
"font_subtitle_weight": FONT_WEIGHT.NORMAL,
"font_xlabel_size": 9,
"font_xlabel_color": "#000000",
"font_xlabel_style": FONT_STYLE.NORMAL,
"font_xlabel_weight": FONT_WEIGHT.NORMAL,
"font_ylabel_size": 9,
"font_ylabel_color": "#000000",
"font_ylabel_style": FONT_STYLE.NORMAL,
"font_ylabel_weight": FONT_WEIGHT.NORMAL,
"axes_spines_top_visible": True,
"axes_spines_right_visible": True,
"axes_spines_bottom_visible": True,
"axes_spines_left_visible": True,
"axes_spines_width": 0.8,
"axes_spines_zorder": 100,
"axes_ticks_length": 3,
"axes_ticks_label_size": 8,
"plot_legend_shadow": False,
"plot_legend_frameon": True,
"plot_legend_alignment": "left",
"plot_legend_location": LEGEND_LOCATION.BEST,
"plot_legend_font_size": 8,
"plot_legend_title_size": 9,
"plot_legend_label_color": "#000000",
"plot_area_alpha": 0.25,
"plot_area_color": None,
"plot_area_linewidth": 0,
"plot_area_hatch": None,
"plot_area_zorder": 3,
"plot_grid_alpha": 0.5,
"plot_grid_color": "#D5DBDB",
"plot_grid_linewidth": 0.5,
"plot_grid_linestyle": LINE_STYLE.SOLID,
"plot_grid_zorder": 0,
"plot_line_color": None,
"plot_line_style": LINE_STYLE.SOLID,
"plot_line_marker": None,
"plot_line_width": 1.5,
"plot_line_alpha": 1.0,
"plot_line_drawstyle": LINE_DRAW_STYLE.DEFAULT,
"plot_line_zorder": 3,
"plot_bar_color": None,
"plot_bar_alpha": 0.9,
"plot_bar_width": 0.8,
"plot_bar_zorder": 3,
"plot_bar_hatch": None,
"plot_bar_edge_width": 0.8,
"plot_bar_edge_color": "#000000",
"plot_bar_error_color": "#000000",
"plot_bar_value_fontsize": 8,
"plot_bar_value_color": "#000000",
"plot_bar_value_padding": 3,
"plot_hist_color": None,
"plot_hist_alpha": 0.9,
"plot_hist_zorder": 3,
"plot_hist_fill": None,
"plot_hist_hatch": None,
"plot_hist_type": "bar",
"plot_hist_align": "mid",
"plot_hist_edge_width": 0.8,
"plot_hist_edge_color": "#000000",
"plot_vline_color": "#5D6D7E",
"plot_vline_style": LINE_STYLE.DASHED,
"plot_vline_width": 1,
"plot_vline_alpha": 0.7,
"plot_hline_color": "#5D6D7E",
"plot_hline_style": LINE_STYLE.DASHED,
"plot_hline_width": 1,
"plot_hline_alpha": 0.7,
"plot_heatmap_cmap": COLORS.Greys,
"plot_heatmap_alpha": 0.95,
"plot_heatmap_font_size": 8,
"plot_heatmap_font_color": "#000000",
"plot_heatmap_font_style": FONT_STYLE.NORMAL,
"plot_heatmap_font_weight": FONT_WEIGHT.NORMAL,
"plot_scatter_color": None,
"plot_scatter_alpha": 0.75,
"plot_scatter_size": 36,
"plot_scatter_marker": "o",
"plot_scatter_zorder": 3,
"plot_scatter_edge_width": 0.5,
"plot_scatter_edge_color": "#FFFFFF",
"plot_regression_color": "#34495E",
"plot_regression_alpha": 0.9,
"plot_regression_width": 2,
"plot_regression_style": LINE_STYLE.SOLID,
"plot_regression_ci_alpha": 0.15,
"plot_parallel_color": None,
"plot_parallel_alpha": 0.6,
"plot_parallel_width": 1.2,
"plot_parallel_style": LINE_STYLE.SOLID,
"plot_parallel_marker": None,
"plot_parallel_zorder": 1,
"plot_parallel_axis_color": "#000000",
"plot_parallel_axis_width": 1.5,
"plot_parallel_axis_zorder": 2,
"plot_parallel_tick_color": "#000000",
"plot_parallel_tick_width": 1.5,
"plot_parallel_tick_length": 0.02,
"plot_parallel_tick_label_size": 7,
"plot_parallel_tick_label_color": "#000000",
"plot_parallel_tick_label_bg_color": "#FFFFFF",
"plot_parallel_tick_label_bg_alpha": 0.8,
"plot_parallel_dim_label_size": 8,
"plot_parallel_dim_label_color": "#000000",
"plot_parallel_dim_label_rotation": 0,
"plot_parallel_dim_label_pad": 8,
"plot_box_color": None,
"plot_box_alpha": 0.85,
"plot_box_linewidth": 0.8,
"plot_box_edgecolor": "#000000",
"plot_box_outlier_marker": "o",
"plot_box_outlier_size": 5,
"plot_box_outlier_color": "#FFFFFF",
"plot_box_outlier_edge_color": "#000000",
"plot_box_median_color": "#E74C3C",
"plot_box_median_linewidth": 2,
"plot_box_whisker_linewidth": 0.8,
"plot_box_cap_linewidth": 0.8,
"plot_xticks_label_rotate": None,
"plot_yticks_label_rotate": None,
"overlay_auto_threshold": 3.0,
"overlay_bar_alpha": 0.7,
"overlay_hist_alpha": 0.6,
"overlay_default_zorder_bar": 1,
"overlay_default_zorder_line": 2,
"overlay_default_zorder_scatter": 2,
"overlay_default_zorder_hist": 1,
}
datachart.themes.PUBLICATION_THEME
PUBLICATION_THEME: StyleAttrs = {
"color_general_singular": COLORS.Blues,
"color_general_multiple": COLORS.YlGnBu,
"color_parallel_hue": COLORS.YlGnBu,
"font_general_family": "sans-serif",
"font_general_sansserif": [
"Helvetica",
"Arial",
"DejaVu Sans",
],
"font_general_color": "#000000",
"font_general_size": 10,
"font_general_style": FONT_STYLE.NORMAL,
"font_general_weight": FONT_WEIGHT.NORMAL,
"font_title_size": 14,
"font_title_color": "#000000",
"font_title_style": FONT_STYLE.NORMAL,
"font_title_weight": FONT_WEIGHT.NORMAL,
"font_subtitle_size": 10,
"font_subtitle_color": "#000000",
"font_subtitle_style": FONT_STYLE.NORMAL,
"font_subtitle_weight": FONT_WEIGHT.NORMAL,
"font_xlabel_size": 9,
"font_xlabel_color": "#000000",
"font_xlabel_style": FONT_STYLE.NORMAL,
"font_xlabel_weight": FONT_WEIGHT.NORMAL,
"font_ylabel_size": 9,
"font_ylabel_color": "#000000",
"font_ylabel_style": FONT_STYLE.NORMAL,
"font_ylabel_weight": FONT_WEIGHT.NORMAL,
"axes_spines_top_visible": True,
"axes_spines_right_visible": True,
"axes_spines_bottom_visible": True,
"axes_spines_left_visible": True,
"axes_spines_width": 0.8,
"axes_spines_zorder": 100,
"axes_ticks_length": 3,
"axes_ticks_label_size": 8,
"plot_legend_shadow": False,
"plot_legend_frameon": True,
"plot_legend_alignment": "left",
"plot_legend_location": LEGEND_LOCATION.BEST,
"plot_legend_font_size": 8,
"plot_legend_title_size": 9,
"plot_legend_label_color": "#000000",
"plot_area_alpha": 0.25,
"plot_area_color": None,
"plot_area_linewidth": 0,
"plot_area_hatch": None,
"plot_area_zorder": 3,
"plot_grid_alpha": 0.5,
"plot_grid_color": "#D5DBDB",
"plot_grid_linewidth": 0.5,
"plot_grid_linestyle": LINE_STYLE.SOLID,
"plot_grid_zorder": 0,
"plot_line_color": None,
"plot_line_style": LINE_STYLE.SOLID,
"plot_line_marker": None,
"plot_line_width": 1.5,
"plot_line_alpha": 1.0,
"plot_line_drawstyle": LINE_DRAW_STYLE.DEFAULT,
"plot_line_zorder": 3,
"plot_bar_color": None,
"plot_bar_alpha": 0.9,
"plot_bar_width": 0.8,
"plot_bar_zorder": 3,
"plot_bar_hatch": None,
"plot_bar_edge_width": 0.8,
"plot_bar_edge_color": "#000000",
"plot_bar_error_color": "#000000",
"plot_bar_value_fontsize": 8,
"plot_bar_value_color": "#000000",
"plot_bar_value_padding": 3,
"plot_hist_color": None,
"plot_hist_alpha": 0.9,
"plot_hist_zorder": 3,
"plot_hist_fill": None,
"plot_hist_hatch": None,
"plot_hist_type": "bar",
"plot_hist_align": "mid",
"plot_hist_edge_width": 0.8,
"plot_hist_edge_color": "#000000",
"plot_vline_color": "#7F8C8D",
"plot_vline_style": LINE_STYLE.DASHED,
"plot_vline_width": 1,
"plot_vline_alpha": 0.7,
"plot_hline_color": "#7F8C8D",
"plot_hline_style": LINE_STYLE.DASHED,
"plot_hline_width": 1,
"plot_hline_alpha": 0.7,
"plot_heatmap_cmap": COLORS.YlGnBu,
"plot_heatmap_alpha": 0.95,
"plot_heatmap_font_size": 8,
"plot_heatmap_font_color": "#000000",
"plot_heatmap_font_style": FONT_STYLE.NORMAL,
"plot_heatmap_font_weight": FONT_WEIGHT.NORMAL,
"plot_scatter_color": "#FFFFFF",
"plot_scatter_alpha": 0.75,
"plot_scatter_size": 36,
"plot_scatter_marker": "o",
"plot_scatter_zorder": 3,
"plot_scatter_edge_width": 0.5,
"plot_scatter_edge_color": "#000000",
"plot_regression_color": "#34495E",
"plot_regression_alpha": 0.9,
"plot_regression_width": 2,
"plot_regression_style": LINE_STYLE.SOLID,
"plot_regression_ci_alpha": 0.15,
"plot_parallel_color": None,
"plot_parallel_alpha": 0.6,
"plot_parallel_width": 1.2,
"plot_parallel_style": LINE_STYLE.SOLID,
"plot_parallel_marker": None,
"plot_parallel_zorder": 1,
"plot_parallel_axis_color": "#34495E",
"plot_parallel_axis_width": 1.5,
"plot_parallel_axis_zorder": 2,
"plot_parallel_tick_color": "#34495E",
"plot_parallel_tick_width": 1.5,
"plot_parallel_tick_length": 0.02,
"plot_parallel_tick_label_size": 8,
"plot_parallel_tick_label_color": "#34495E",
"plot_parallel_tick_label_bg_color": "#FFFFFF",
"plot_parallel_tick_label_bg_alpha": 0.8,
"plot_parallel_dim_label_size": 9,
"plot_parallel_dim_label_color": "#34495E",
"plot_parallel_dim_label_rotation": 0,
"plot_parallel_dim_label_pad": 8,
"plot_box_color": None,
"plot_box_alpha": 0.85,
"plot_box_linewidth": 0.8,
"plot_box_edgecolor": "#34495E",
"plot_box_outlier_marker": "o",
"plot_box_outlier_size": 5,
"plot_box_outlier_color": "#FFFFFF",
"plot_box_outlier_edge_color": "#000000",
"plot_box_median_color": "#34495E",
"plot_box_median_linewidth": 2,
"plot_box_whisker_linewidth": 0.8,
"plot_box_cap_linewidth": 0.8,
"plot_xticks_label_rotate": None,
"plot_yticks_label_rotate": None,
"overlay_auto_threshold": 3.0,
"overlay_bar_alpha": 0.7,
"overlay_hist_alpha": 0.6,
"overlay_default_zorder_bar": 1,
"overlay_default_zorder_line": 2,
"overlay_default_zorder_scatter": 2,
"overlay_default_zorder_hist": 1,
}
datachart.themes.BACKGROUND_THEME
BACKGROUND_THEME: StyleAttrs = {
"color_general_singular": [
"#CCCCCC",
"#D3D3D3",
"#DCDCDC",
"#E0E0E0",
"#E8E8E8",
"#F0F0F0",
],
"color_general_multiple": [
"#CCCCCC",
"#D3D3D3",
"#DCDCDC",
"#E0E0E0",
"#E8E8E8",
"#F0F0F0",
],
"color_parallel_hue": [
"#CCCCCC",
"#D3D3D3",
"#DCDCDC",
"#E0E0E0",
"#E8E8E8",
"#F0F0F0",
],
"font_general_family": "sans-serif",
"font_general_sansserif": ["Helvetica", "Arial"],
"font_general_color": "#000000",
"font_general_size": 10,
"font_general_style": FONT_STYLE.NORMAL,
"font_general_weight": FONT_WEIGHT.NORMAL,
"font_title_size": 14,
"font_title_color": "#000000",
"font_title_style": FONT_STYLE.NORMAL,
"font_title_weight": FONT_WEIGHT.NORMAL,
"font_subtitle_size": 10,
"font_subtitle_color": "#000000",
"font_subtitle_style": FONT_STYLE.NORMAL,
"font_subtitle_weight": FONT_WEIGHT.NORMAL,
"font_xlabel_size": 9,
"font_xlabel_color": "#000000",
"font_xlabel_style": FONT_STYLE.NORMAL,
"font_xlabel_weight": FONT_WEIGHT.NORMAL,
"font_ylabel_size": 9,
"font_ylabel_color": "#000000",
"font_ylabel_style": FONT_STYLE.NORMAL,
"font_ylabel_weight": FONT_WEIGHT.NORMAL,
"axes_spines_top_visible": True,
"axes_spines_right_visible": True,
"axes_spines_bottom_visible": True,
"axes_spines_left_visible": True,
"axes_spines_width": 0.8,
"axes_spines_zorder": 100,
"axes_ticks_length": 3,
"axes_ticks_label_size": 8,
"plot_legend_shadow": False,
"plot_legend_frameon": True,
"plot_legend_alignment": "left",
"plot_legend_location": LEGEND_LOCATION.BEST,
"plot_legend_font_size": 8,
"plot_legend_title_size": 9,
"plot_legend_label_color": "#000000",
"plot_area_alpha": 0.15,
"plot_area_color": None,
"plot_area_linewidth": 0,
"plot_area_hatch": None,
"plot_area_zorder": 3,
"plot_grid_alpha": 0.5,
"plot_grid_color": "#E6E6E6",
"plot_grid_linewidth": 0.5,
"plot_grid_linestyle": LINE_STYLE.SOLID,
"plot_grid_zorder": 0,
"plot_line_color": None,
"plot_line_style": LINE_STYLE.SOLID,
"plot_line_marker": None,
"plot_line_width": 1.2,
"plot_line_alpha": 0.4,
"plot_line_drawstyle": LINE_DRAW_STYLE.DEFAULT,
"plot_line_zorder": 3,
"plot_bar_color": None,
"plot_bar_alpha": 0.3,
"plot_bar_width": 0.8,
"plot_bar_zorder": 3,
"plot_bar_hatch": None,
"plot_bar_edge_width": 0.5,
"plot_bar_edge_color": "#B0B0B0",
"plot_bar_error_color": "#B0B0B0",
"plot_bar_value_fontsize": 8,
"plot_bar_value_color": "#B0B0B0",
"plot_bar_value_padding": 3,
"plot_hist_color": None,
"plot_hist_alpha": 0.3,
"plot_hist_zorder": 3,
"plot_hist_fill": None,
"plot_hist_hatch": None,
"plot_hist_type": "bar",
"plot_hist_align": "mid",
"plot_hist_edge_width": 0.5,
"plot_hist_edge_color": "#B0B0B0",
"plot_vline_color": "#CCCCCC",
"plot_vline_style": LINE_STYLE.DASHED,
"plot_vline_width": 1,
"plot_vline_alpha": 0.5,
"plot_hline_color": "#CCCCCC",
"plot_hline_style": LINE_STYLE.DASHED,
"plot_hline_width": 1,
"plot_hline_alpha": 0.5,
"plot_heatmap_cmap": COLORS.Greys,
"plot_heatmap_alpha": 0.95,
"plot_heatmap_font_size": 8,
"plot_heatmap_font_color": "#000000",
"plot_heatmap_font_style": FONT_STYLE.NORMAL,
"plot_heatmap_font_weight": FONT_WEIGHT.NORMAL,
"plot_scatter_color": None,
"plot_scatter_alpha": 0.4,
"plot_scatter_size": 36,
"plot_scatter_marker": "o",
"plot_scatter_zorder": 3,
"plot_scatter_edge_width": 0.5,
"plot_scatter_edge_color": "#D0D0D0",
"plot_regression_color": "#CCCCCC",
"plot_regression_alpha": 0.5,
"plot_regression_width": 2,
"plot_regression_style": LINE_STYLE.SOLID,
"plot_regression_ci_alpha": 0.1,
"plot_parallel_color": None,
"plot_parallel_alpha": 0.3,
"plot_parallel_width": 1.2,
"plot_parallel_style": LINE_STYLE.SOLID,
"plot_parallel_marker": None,
"plot_parallel_zorder": 1,
"plot_parallel_axis_color": "#000000",
"plot_parallel_axis_width": 1.5,
"plot_parallel_axis_zorder": 2,
"plot_parallel_tick_color": "#000000",
"plot_parallel_tick_width": 1.5,
"plot_parallel_tick_length": 0.02,
"plot_parallel_tick_label_size": 8,
"plot_parallel_tick_label_color": "#000000",
"plot_parallel_tick_label_bg_color": "#FFFFFF",
"plot_parallel_tick_label_bg_alpha": 0.8,
"plot_parallel_dim_label_size": 9,
"plot_parallel_dim_label_color": "#000000",
"plot_parallel_dim_label_rotation": 0,
"plot_parallel_dim_label_pad": 8,
"plot_box_color": None,
"plot_box_alpha": 0.3,
"plot_box_linewidth": 0.8,
"plot_box_edgecolor": "#B0B0B0",
"plot_box_outlier_marker": "o",
"plot_box_outlier_size": 5,
"plot_box_outlier_color": "#E0E0E0",
"plot_box_outlier_edge_color": "#B0B0B0",
"plot_box_median_color": "#999999",
"plot_box_median_linewidth": 2,
"plot_box_whisker_linewidth": 0.8,
"plot_box_cap_linewidth": 0.8,
"plot_xticks_label_rotate": None,
"plot_yticks_label_rotate": None,
"overlay_auto_threshold": 3.0,
"overlay_bar_alpha": 0.25,
"overlay_hist_alpha": 0.25,
"overlay_default_zorder_bar": 1,
"overlay_default_zorder_line": 2,
"overlay_default_zorder_scatter": 2,
"overlay_default_zorder_hist": 1,
}