Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New pca version not producing expected graphs #50

Open
mersalas opened this issue Aug 25, 2023 · 3 comments
Open

New pca version not producing expected graphs #50

mersalas opened this issue Aug 25, 2023 · 3 comments

Comments

@mersalas
Copy link

mersalas commented Aug 25, 2023

pca v2.0.4 not producing the expected graphs and producing errors. See google colab: https://colab.research.google.com/drive/1UTets1alPB1tcA_wpKAKBd_14nENqoXX?usp=sharing
I tried solving this by installing different versions of matplotlib and python versions but to no avail.

@erdogant
Copy link
Owner

Thank you for notifying. This warning/error seem to occur because of a new version of matplotlib when fontsize is set to 0.
I update the code to prevent the warning/error. Can you try again? Also I updated the notebook. I noticed some old parameters.

update to the latest version with:

pip install -U pca

@mersalas
Copy link
Author

Thank you for updating the library. What version of matplotlib did you use in your notebook? I still could not generate the same graphs. I am using matplotlib v3.7.2 in python 3.8.

@erdogant
Copy link
Owner

Have you tried to use the colab notebook over here?

matplotlib.version
3.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants