You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PCA biplot, add a possibility to change the colors (and other properties) of arrows that represent features and their labels.
This could be implemented via a dictionary-like argument.
Is your feature request related to a problem? Please describe.
Currently, the PCA biplot arrow and their label colors are hardcoded in several places of method _draw_projection_features as "r" (red). And there is no possibility to pass other parameters to .plot() and .text() methods.