MatplotlibFormatter¶
- class lsst.daf.butler.formatters.matplotlib.MatplotlibFormatter(fileDescriptor: FileDescriptor, dataId: DataCoordinate, writeParameters: dict[str, Any] | None = None, writeRecipes: dict[str, Any] | None = None)¶
Bases:
FileFormatter
Interface for writing matplotlib figures.
Attributes Summary
Matplotlib figures are always written in PNG format.
Attributes Documentation