pyriemann_qiskit.visualization.manifold.plot_manifold

pyriemann_qiskit.visualization.manifold.plot_manifold(X, y, plot_hull=False)[source]

Plot spd matrices in 3d (cartesian coordinate system).

Parameters:
  • X (ndarray, shape (n_matrices, 2, 2)) – A set of SPD matrices of size 2 x 2.

  • y (ndarray, shape (n_matrices,)) – Labels for each matrix.

  • plot_hull (boolean, default=False) – If True, plot the convex hull of X.

Notes

Added in version 0.2.0.