v0.2.2
New features:
- plot_pca_2d_projection function
- plot_pca_component_variance function
- plots now have a
figsize
,title_fontsize
, andtext_fontsize
feature to allow user to customize the size of the plot. This is particularly crucial for Jupyter notebook users where the default settings come out too small. Thanks to @frankherfert for this idea.