Where \(x\) coefficients correspond to the values of each dimension
and \(t\) is linearly spaced between \(-\pi\) and \(+\pi\).
Each row of frame then corresponds to a single curve.
Parameters:
frameDataFrame
Data to be plotted, preferably normalized to (0.0, 1.0).
class_columnlabel
Name of the column containing class names.
axaxes object, default None
Axes to use.
samplesint
Number of points to plot in each curve.
colorstr, list[str] or tuple[str], optional
Colors to use for the different classes. Colors can be strings
or 3-element floating point RGB values.
colormapstr or matplotlib colormap object, default None
Colormap to select colors from. If a string, load colormap with that
name from matplotlib.