pyeeg.cca.CCA_Estimator.plot_all_dim_time

CCA_Estimator.plot_all_dim_time(n_comp=0, n_dim=2)

Plot the temporal filters of several components across all dimensions.

Displays coefStim_ as a grid of 2-D images (one per canonical component), each with feature dimensions on the y-axis and lag time on the x-axis. A shared colorbar is added on the right.

Parameters:
  • n_comp (int, default: 0) – Number of canonical components to display (components are indexed from 0 to n_comp - 1). With the default of 0, no components are plotted.

  • n_dim (int, default: 2) – Number of feature dimensions shown on the y-axis of each image.