[3]:. p1 = (ggplot(mtcars, aes('wt', 'mpg', color='factor(cyl)')) + geom_point() + labs(title='mpg vs wt') ) p2 = p1 + facet_grid('gear ~ am') black = '#222222' ...
確定! 回上一頁