PlotAction
==========

.. currentmodule:: lsst.analysis.tools

.. autoclass:: PlotAction
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PlotAction.applyContext
      ~PlotAction.history
      ~PlotAction.identity

   .. rubric:: Methods Summary

   .. autosummary::

      ~PlotAction.__call__
      ~PlotAction.addInputSchema
      ~PlotAction.compare
      ~PlotAction.formatHistory
      ~PlotAction.freeze
      ~PlotAction.getFormattedInputSchema
      ~PlotAction.getInputSchema
      ~PlotAction.getOutputNames
      ~PlotAction.getOutputSchema
      ~PlotAction.items
      ~PlotAction.keys
      ~PlotAction.load
      ~PlotAction.loadFromStream
      ~PlotAction.loadFromString
      ~PlotAction.names
      ~PlotAction.save
      ~PlotAction.saveToStream
      ~PlotAction.saveToString
      ~PlotAction.setDefaults
      ~PlotAction.toDict
      ~PlotAction.update
      ~PlotAction.validate
      ~PlotAction.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: applyContext
   .. autoattribute:: history
   .. autoattribute:: identity

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: addInputSchema
   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: getFormattedInputSchema
   .. automethod:: getInputSchema
   .. automethod:: getOutputNames
   .. automethod:: getOutputSchema
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: loadFromString
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: saveToString
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values