erdogant / pca

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

Figure size #27

Closed acmoudleysa closed 1 year ago

acmoudleysa commented 1 year ago

Is there a way to reduce the figure dimension on Jupyter? For example: model.scatter gives a huge figure. I wanted to make it smaller.

erdogant commented 1 year ago

sure, with the figsize.

fig, ax = model.biplot(figsize=(10, 6))