ggplot (movies, aes(x = year, y = budget, colour = mpaa, size = rating)) + geom_point() + scale_colour_brewer(). We have alot of data and the plot is very ...
確定! 回上一頁