simplebench.reporters.graph.matplotlib.constants module🔗

Constants for the matplotlib graph reporters.

simplebench.reporters.graph.matplotlib.constants.SUPPORTED_IMAGE_TYPES: Final[frozenset[ImageType]] = frozenset({ImageType.PNG, ImageType.SVG})🔗

Supported image types for graph reporters.

A frozenset of ImageType members.