pyriemann_qiskit.visualization.manifold.plot_cvx_hull

pyriemann_qiskit.visualization.manifold.plot_cvx_hull(X, ax)[source]

Plot the convex hull of a set of points.

Parameters:
  • X (ndarray, shape (n_matrices, 3)) – A set of 3d points in Cartesian coordinates.

  • ax (Matplotlib.Axes) – A figure where to plot the points of the convex hull.

Notes

Added in version 0.2.0.