erdogant / pca

pca: A Python Package for Principal Component Analysis.
https://erdogant.github.io/pca
MIT License
284 stars 42 forks source link

Plotting an ellipsoid in a 3D scatter plot #34

Open mxfsher opened 1 year ago

mxfsher commented 1 year ago

Hi Erdogant,

Is there a build-in functionality to plot an ellipsoid in a 3D scatter plot? I want to use the three most significant components of my data to do an outlier detection by using this ellipsoid.

erdogant commented 1 year ago

Not yet implemented but maybe this stackoverflow page is a good starting point. Or this page.

erdogant commented 1 year ago

If you did find a good solution for this, feel free to post it here. I can then also incorporate it into the library!