python from ggplot import * df = pd.DataFrame({ 'x': [1, 2, 3, 4, 5], 'y': [10, 5, 6, 8, 3] }) p = ggplot(aes(x='x', y='y'), data=df) print(p)


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