pyeeg.cca.CCA_Estimator.plot_compact_time

CCA_Estimator.plot_compact_time(n_comp=2, dim=0)

Plot a compact time-by-component image for a single feature dimension.

Displays coefStim_ for the requested dimension as a 2-D image (components on the y-axis, lag time on the x-axis) with a colorbar.

Parameters:
  • n_comp (int, default: 2) – Number of canonical components to display.

  • dim (int, default: 0) – Index of the feature dimension to display.