pybic.BicAn.PlotSpectro

BicAn.PlotSpectro(*args, vLim=[], maxLine=-1.0)[source]

Plots absolute value 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.

  • maxLine (float) – Overplots peak of spectrogram vs time if maxLine>=0. Nonnegative input also populates the InstFreq attribute!