scikit-plot
scikit-plot copied to clipboard
plot_pca_2d_projection, order of classes/labels is not preserved
The use of np.unique (which lexicographically sorts the array) in plot_pca_2d_projection leads to a different order of the classes in the plot without any control for the user on the order of labels/colors.