Adding another scale for 'x', which #> will replace the existing scale. ggplot(mpg, aes(displ, hwy)) + geom_point() + scale_x_continuous("Label 2").
確定! 回上一頁