python from ggplot import * gg = ggplot(aes(x='weight', y='mpg', color='origin'), data=mtcars) gg += geom_point() gg += labs(title='Scatter Plot', x='Weight', y='Miles per Gallon') print(gg)


上一篇:
下一篇:
切换中文