Moving equation when saved

Viewed 20

I have been using the command ggsave to save my plots:

ggsave("t1_b_radish.jpg")   

But when i save it, the equations in plot moves at random spot. I have a lot of plots to save, so saving by export is not an option (also it ruins the quality). Is there any simpler way to make it not not move my equations? This is what i am using to create equation:

  stat_poly_eq(aes(label = paste(..eq.label.., ..rr.label.., sep = "~~~")),
               formula = formula, geom = "text", hjust=0.2,vjust=30, parse = TRUE, size = 3)
0 Answers
Related