vqv / ggbiplot

A biplot based on ggplot2
302 stars 159 forks source link

Add labels.subset argument to plot only some labels #50

Open tpq opened 5 years ago

tpq commented 5 years ago

Hi,

Thanks for making a great package. It saved me lots of time!

I work with high-dimensional data. Plotting all arrows makes the figure too crowded. I modified your code to plot only a few arrows at a time (toggled via the labels.subset argument). Please accept this pull request if you think others might find this feature helpful too.

Cheers, Thom