MatplotlibFormatter
===================

.. currentmodule:: lsst.daf.butler.formatters.matplotlib

.. autoclass:: MatplotlibFormatter
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~MatplotlibFormatter.dataId
      ~MatplotlibFormatter.extension
      ~MatplotlibFormatter.fileDescriptor
      ~MatplotlibFormatter.supportedExtensions
      ~MatplotlibFormatter.supportedWriteParameters
      ~MatplotlibFormatter.unsupportedParameters
      ~MatplotlibFormatter.writeParameters
      ~MatplotlibFormatter.writeRecipes

   .. rubric:: Methods Summary

   .. autosummary::

      ~MatplotlibFormatter.can_read_bytes
      ~MatplotlibFormatter.fromBytes
      ~MatplotlibFormatter.makeUpdatedLocation
      ~MatplotlibFormatter.name
      ~MatplotlibFormatter.predictPath
      ~MatplotlibFormatter.read
      ~MatplotlibFormatter.segregateParameters
      ~MatplotlibFormatter.toBytes
      ~MatplotlibFormatter.validateExtension
      ~MatplotlibFormatter.validateWriteRecipes
      ~MatplotlibFormatter.write

   .. rubric:: Attributes Documentation

   .. autoattribute:: dataId
   .. autoattribute:: extension
   .. autoattribute:: fileDescriptor
   .. autoattribute:: supportedExtensions
   .. autoattribute:: supportedWriteParameters
   .. autoattribute:: unsupportedParameters
   .. autoattribute:: writeParameters
   .. autoattribute:: writeRecipes

   .. rubric:: Methods Documentation

   .. automethod:: can_read_bytes
   .. automethod:: fromBytes
   .. automethod:: makeUpdatedLocation
   .. automethod:: name
   .. automethod:: predictPath
   .. automethod:: read
   .. automethod:: segregateParameters
   .. automethod:: toBytes
   .. automethod:: validateExtension
   .. automethod:: validateWriteRecipes
   .. automethod:: write