Comprehensive documentation of ProPlot functions and classes. All of these
objects are imported into the top-level namespace, so you can read the
documentation within python sessions using help(pplt.function_or_class)
.
Please note that the "wrapper" function documentation from proplot < 0.8
is now located on the individual plotting commands under
proplot.axes.PlotAxes. When calling help(axes.command)
on
plotting commands during a python session, both the ProPlot
documentation and the original matplotlib documentation are shown.
.. automodule:: proplot.ui
.. automodsumm:: proplot.ui :toctree: api
.. automodule:: proplot.figure
.. automodsumm:: proplot.figure :toctree: api :skip: SubplotsContainer
.. automodule:: proplot.gridspec
.. automodsumm:: proplot.gridspec :toctree: api
.. automodule:: proplot.axes
.. automodsumm:: proplot.axes :toctree: api
.. automodule:: proplot.config
.. automodsumm:: proplot.config :toctree: api :skip: inline_backend_fmt, RcConfigurator
.. automodule:: proplot.constructor
.. automodsumm:: proplot.constructor :toctree: api :skip: Colors
.. automodule:: proplot.ticker
.. automodsumm:: proplot.ticker :toctree: api
.. automodule:: proplot.scale
.. automodsumm:: proplot.scale :toctree: api
.. automodule:: proplot.colors
.. automodsumm:: proplot.colors :toctree: api :skip: ListedColormap, LinearSegmentedColormap, PerceptuallyUniformColormap, LinearSegmentedNorm
.. automodule:: proplot.crs
.. automodsumm:: proplot.crs :toctree: api
.. automodule:: proplot.artist
.. automodsumm:: proplot.artist :toctree: api
.. automodule:: proplot.utils
.. automodsumm:: proplot.utils :toctree: api :skip: shade, saturate
.. automodule:: proplot.demos
.. automodsumm:: proplot.demos :toctree: api