simplebench.reporters.graph.matplotlib.theme.default module🔗

Default theme for Matplotlib graphs.

This module defines the default theme for Matplotlib graphs generated by SimpleBench. It is an instance of the Theme class.

simplebench.reporters.graph.matplotlib.theme.default.DefaultTheme = {'axes.grid': True, 'axes.labelsize': 16.0, 'axes.titlesize': 20.0, 'figure.dpi': 150.0, 'grid.color': '#444444', 'grid.linestyle': '-', 'legend.fontsize': 14.0, 'legend.framealpha': 1.0, 'legend.shadow': True, 'legend.title_fontsize': 16.0, 'xtick.labelsize': 12.0, 'ytick.labelsize': 12.0}🔗

Default Matplotlib graph theme.

This is an instance of the Theme class.