simplebench.reporters.graph.matplotlib.reporter module🔗
Base class for MatPlotLib based graph reporters in the reporters package.
Intended to provide a common base for MatPlotLib based graph reporters, such as line plots, bar charts, scatter plots, etc.
- class simplebench.reporters.graph.matplotlib.reporter.MatPlotLibReporter(
- config: ReporterConfig,
Bases:
ReporterBase class for MatPlotLib based graph reporters in the
reporterspackage.