每次我尝试这个都不起作用正常的情节就是我所看到的 我试图搜索它,但没有像我一样的问题
gg = ggplot(d,aes('x', 'y',color = 'x')) + geom_point() +
scale_color_gradient(low='red', high='white')
我希望在白色和红色之间显示数据的饱和度。
我甚至试图在scale_color_gradient()
中没有设置任何参数,但它不起作用。
我检查了这个http://ggplot.yhathq.com/docs/scale_color_gradient.html,但它不再是
我使用的是python 2.7,我的ggplot vesion是0.6.8