psyplot plot methods

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

lineplot(*args, **kwargs)

Make a line plot of one-dimensional data

vector(*args, **kwargs)

Make a simple plot of a 2D vector field

violinplot(*args, **kwargs)

Make a violin plot of your data

plot2d(*args, **kwargs)

Make a simple plot of a 2D scalar field

combined(*args, **kwargs)

Plot a 2D scalar field with an overlying vector field

density(*args, **kwargs)

Make a density plot of point data

barplot(*args, **kwargs)

Make a bar plot of one-dimensional data

fldmean(*args, **kwargs)

Calculate and plot the mean over x- and y-dimensions