psyplot plot methods
This plugin defines the following new plot methods for the
psyplot.project.ProjectPlotter
class. They can, for example, be
accessed through
In [1]: import psyplot.project as psy
In [2]: psy.plot.lineplot
Out[2]: <psyplot.project.ProjectPlotter._register_plotter.<locals>.PlotMethod at 0x7f798dfb7a60>
|
Make a line plot of one-dimensional data |
|
Make a simple plot of a 2D vector field |
|
Make a violin plot of your data |
|
Make a simple plot of a 2D scalar field |
|
Plot a 2D scalar field with an overlying vector field |
|
Make a density plot of point data |
|
Make a bar plot of one-dimensional data |
|
Calculate and plot the mean over x- and y-dimensions |