ggplot(mpg, aes(displ, hwy)) + geom_point(aes(colour = factor(cyl))) + labs( x ... Adding text to a plot is one of the most common forms of annotation.
確定! 回上一頁