I have plot that is produced as follows:

How can I add some space between the vectors ? I want larger angles between them because they are not apparent
This is my code:
ggbiplot(df.pca, obs.scale = 1, var.scale = 1,
alpha=0) +
ggtitle("PCA")+
theme_minimal()+
theme(legend.position = "bottom")