pybic.BicAn.PlotPowerSpec

BicAn.PlotPowerSpec(*args, vLim=[])[source]

Plots time average (or slice) of spectrogram.

Parameters:
  • *args (list) – Input Figure and Axes as [fig,ax]. Default behavior creates new figure and axes with subplots().

  • vLim (list) – Logarithmic y-limits of plot [vmin,vmax], defaults to data range.

Note

The PlotSlice attribute allows plotting a slice of spectrogram sg[:,PlotSlice,:]. Defaults to time average when None.