SyntaxFix
Write A Post
Hire A Developer
Questions
A simpler way is
ggplot(data=df, aes(x=xvar, y=yvar)) + geom_point() ggsave(path = path, width = width, height = height, device='tiff', dpi=700)