simplebench.reporters.graph.scatterplot.options package🔗
Options for the scatter plot reporter options
- class simplebench.reporters.graph.scatterplot.options.ScatterPlotOptions(
- width: int | None = None,
- height: int | None = None,
- dpi: int | None = None,
- y_starts_at_zero: bool | None = None,
- x_labels_rotation: float | None = None,
- style: Style | None = None,
- theme: Theme | None = None,
- image_type: ImageType | None = None,
Bases:
MatPlotLibOptionsScatter Plot options.
Defaults are inherited from
MatPlotLibOptions:width: int = 1500height: int = 750dpi: int = 150y_starts_at_zero: bool = Truex_labels_rotation: float = 45.0style: Style = Style.DARK_BACKGROUNDtheme: Theme = Theme.Defaultimage_type: ImageType = ImageType.SVG