pybic.BicAn.PlotBispec
- BicAn.PlotBispec(*args, normb2=False, plot3d=False, squeezeAxes=True)[source]
Plots bispectrum or bicoherence spectrum.
- Parameters:
*args (list) – Input
FigureandAxesas[fig,ax]. Default behavior creates new figure and axes withsubplots().normb2 (bool) – Normalize colorbar limits to
[0,1].plot3d (bool) – Plot in 3D with
plot_surface()(default behavior usespcolormesh()).squeezeAxes (bool) – Shrink y-axis to eliminate white space in plot.
Note
The output of
PlotBispec()depends on thePlotTypeattribute! For example,PlotType = 'bicoh'provides the bicoherence spectrum, whilePlotType = 'angle'plots the biphase spectrum.