erdogant / pca

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

Enable transparency alpha? #13

Closed nightvision04 closed 3 years ago

nightvision04 commented 3 years ago

Would you be comfortable if we added transparency alpha for the samples? I use your library for lots of stuff at work with particularly dense datasets. I was thinking something like:

model.biplot(...transparecy_alpha=0.2)

Anyhow, let me know if you would like a pull request for it.

erdogant commented 3 years ago

That would be great!

nightvision04 commented 3 years ago

Added a pull request. Once the tests complete and are successful, I'll close this issue.

erdogant commented 3 years ago

Thanks again and I created a new pip install version! https://github.com/erdogant/pca/releases/tag/1.5.0

pip install -U pca