plot#

RotationPlot.plot(xs, **kwargs)[source]#

Plot 2D or 3D data.

Parameters:
xs1D array_like

x coordinates of vertices.

ys1D array_like

y coordinates of vertices.

zsfloat or 1D array_like

z coordinates of vertices; either one for all points or one for each point.

zdir{‘x’, ‘y’, ‘z’}, default: ‘z’

When plotting 2D data, the direction to use as z.

**kwargs

Other arguments are forwarded to matplotlib.axes.Axes.plot.