Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 726 Bytes

File metadata and controls

30 lines (22 loc) · 726 Bytes

psyplot plot methods

This plugin defines the following new plot methods for the :class:`psyplot.project.ProjectPlotter` class. They can, for example, be accessed through

.. ipython::

    In [1]: import psyplot.project as psy

    In [2]: psy.plot.lineplot

.. autosummary::
    :toctree: generated

    ~psyplot.project.plot.lineplot
    ~psyplot.project.plot.vector
    ~psyplot.project.plot.violinplot
    ~psyplot.project.plot.plot2d
    ~psyplot.project.plot.combined
    ~psyplot.project.plot.density
    ~psyplot.project.plot.barplot
    ~psyplot.project.plot.fldmean