simplebench.reporters.graph package🔗
Graph reporter base public API.
Purpose is to provide common functionality for all graph reporters
in the reporters package.
Public API🔗
ImageType: Enum for known image types.
GraphOptions: Base class for graph reporter options.
SUPPORTED_IMAGE_TYPES: Set of supported image types.
- class simplebench.reporters.graph.GraphOptions[source]🔗
Bases:
ReporterOptionsBase class for
MatplotlibReporterspecific options.
- class simplebench.reporters.graph.ImageType(value)[source]🔗
-
Enumeration of image types for graph output.
- PNG = 'png'🔗
PNG (Portable Network Graphics) image format.
- SVG = 'svg'🔗
SVG (Scalable Vector Graphics) image format.
Subpackages🔗
- simplebench.reporters.graph.enums package
- simplebench.reporters.graph.matplotlib package
- Public API
MatPlotLibOptionsMatPlotLibOptions.DEFAULT_KWARGSMatPlotLibOptions.dpiMatPlotLibOptions.get_default_dpi()MatPlotLibOptions.get_default_height()MatPlotLibOptions.get_default_image_type()MatPlotLibOptions.get_default_style()MatPlotLibOptions.get_default_theme()MatPlotLibOptions.get_default_width()MatPlotLibOptions.get_default_x_labels_rotation()MatPlotLibOptions.get_default_y_starts_at_zero()MatPlotLibOptions.get_hardcoded_default_dpi()MatPlotLibOptions.get_hardcoded_default_height()MatPlotLibOptions.get_hardcoded_default_image_type()MatPlotLibOptions.get_hardcoded_default_style()MatPlotLibOptions.get_hardcoded_default_theme()MatPlotLibOptions.get_hardcoded_default_width()MatPlotLibOptions.get_hardcoded_default_x_labels_rotation()MatPlotLibOptions.get_hardcoded_default_y_starts_at_zero()MatPlotLibOptions.heightMatPlotLibOptions.image_typeMatPlotLibOptions.set_default_dpi()MatPlotLibOptions.set_default_height()MatPlotLibOptions.set_default_image_type()MatPlotLibOptions.set_default_style()MatPlotLibOptions.set_default_theme()MatPlotLibOptions.set_default_width()MatPlotLibOptions.set_default_x_labels_rotation()MatPlotLibOptions.set_default_y_starts_at_zero()MatPlotLibOptions.styleMatPlotLibOptions.themeMatPlotLibOptions.widthMatPlotLibOptions.x_labels_rotationMatPlotLibOptions.y_starts_at_zero
MatPlotLibReporterStyleStyle.BMHStyle.CLASSICStyle.DARK_BACKGROUNDStyle.FIVETHIRTYEIGHTStyle.GGPLOTStyle.GRAYSCALEStyle.PETTROF10Style.SEABORN_V0_8Style.SEABORN_V0_8_BRIGHTStyle.SEABORN_V0_8_COLORBLINDStyle.SEABORN_V0_8_DARKStyle.SEABORN_V0_8_DARKGRIDStyle.SEABORN_V0_8_DARK_PALETTEStyle.SEABORN_V0_8_DEEPStyle.SEABORN_V0_8_MUTEDStyle.SEABORN_V0_8_NOTEBOOKStyle.SEABORN_V0_8_PAPERStyle.SEABORN_V0_8_PASTELStyle.SEABORN_V0_8_POSTERStyle.SEABORN_V0_8_TALKStyle.SEABORN_V0_8_TICKSStyle.SEABORN_V0_8_WHITEStyle.SEABORN_V0_8_WHITEGRIDStyle.SOLARIZE_LIGHT2Style.TABLEAU_COLORBLIND10
Theme- Subpackages
- Submodules
- simplebench.reporters.graph.scatterplot package