pyeeg.mcca.mCCA.plot_summary_components_variance

mCCA.plot_summary_components_variance(normalize=False, axis=None)

Plot the variance of each summary component.

Parameters:
  • normalize (bool) – If True, display the variance as a percentage of datasets which share this canonical component. Defaults to False.

  • axis (matplotlib.axes.Axes, optional) – Axis on which to plot. If None (default), a new figure is created.

Returns:

axis – The axis used for plotting.

Return type:

matplotlib.axes.Axes