Posts by Michelle Resende • 31 points
1 post
-
3
votes0
answers760
viewsQ: How to change colors of ggplot chart?
The code below generates a graph of lines whose colors are automatically set to blue and red: ggplot(aes(x = factor(year), y1 = auto_course_choice, y2 = auto_hire, group=country)) + geom_line(aes(y…