pybic.BicAn.PlotCoherence

BicAn.PlotCoherence(*args, crossSpec=False, vLim=[])[source]

Plots cross-coherence spectrum cc or cross-spectrum cs.

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

  • crossSpec (bool) – Plots absolute value of cross-spectrum if True.

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