pybic.BicAn.PlotPointOut

BicAn.PlotPointOut(X, Y, IsFreq=False, PlotAll=False, SaveAs=None, CheckNeighbors=False, Ntrials=200)[source]

Wraps BicAn.PlotHelper() for BicAn.PlotGUI().

Parameters:
  • X (list) – Frequency 1 (ft bin or frequency).

  • Y (list) – Frequency 2 (ft bin or frequency).

  • IsFreq (bool) – True for X and Y in frequency units.

  • PlotAll (bool) – Plot all available facets of bispectral analysis.

  • SaveAs (str) – Name of output file (if not None).

  • CheckNeighbors (bool) – Perform analysis on nearby points.

  • Ntrials (int) – Number of random trials for uncertainty analysis.

Returns:

Indices of fv corresponding to X, Y.

Return type:

list of int