SyntaxFix
Write A Post
Hire A Developer
Questions
This link helped me a lot for the same problem:
p = ggplot() + geom_line(data = df_plot, aes(x = idx, y = col1), color = "blue") + geom_line(data = df_plot, aes(x = idx, y = col2), color = "red") print(p)
https://rpubs.com/euclid/343644