SketchPlot
==========

.. currentmodule:: Stoner.plot.formats

.. autoclass:: SketchPlot
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SketchPlot.show_legend
      ~SketchPlot.show_title
      ~SketchPlot.show_xlabel
      ~SketchPlot.show_ylabel
      ~SketchPlot.show_zlabel
      ~SketchPlot.stylename
      ~SketchPlot.stylesheet
      ~SketchPlot.subplot_settings

   .. rubric:: Methods Summary

   .. autosummary::

      ~SketchPlot.__call__
      ~SketchPlot.annotate
      ~SketchPlot.apply
      ~SketchPlot.clear
      ~SketchPlot.customise
      ~SketchPlot.customise_axes
      ~SketchPlot.get
      ~SketchPlot.items
      ~SketchPlot.keys
      ~SketchPlot.new_figure
      ~SketchPlot.pop
      ~SketchPlot.popitem
      ~SketchPlot.setdefault
      ~SketchPlot.update
      ~SketchPlot.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: show_legend
   .. autoattribute:: show_title
   .. autoattribute:: show_xlabel
   .. autoattribute:: show_ylabel
   .. autoattribute:: show_zlabel
   .. autoattribute:: stylename
   .. autoattribute:: stylesheet
   .. autoattribute:: subplot_settings

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: annotate
   .. automethod:: apply
   .. automethod:: clear
   .. automethod:: customise
   .. automethod:: customise_axes
   .. automethod:: get
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: new_figure
   .. automethod:: pop
   .. automethod:: popitem
   .. automethod:: setdefault
   .. automethod:: update
   .. automethod:: values
