How can I make a cca triplot using scikit-bio (python)?
问题 How can I make a triplot for CCA using scikit-bio (python)? I'm trying to make a triplot from canonical correspondence analysis; for example: This should have points for both samples and species and should have vectors for environmental variables. The default visualization provided by skbio is a 3d plot. I am able to make a 2d plot of the samples and species from the data, but I can't figure out how to get the information for the vectors for the environment variables. import numpy as np