" scale_color_gradient"在ggplot中Python不起作用?

时间:2016-05-26 04:05:56

标签: python ggplot2 visualization data-visualization python-ggplot

每次我尝试这个都不起作用正常的情节就是我所看到的 我试图搜索它,但没有像我一样的问题

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

0 个答案:

没有答案