在scale_fill_distiller中设置级别

时间:2016-09-21 20:12:08

标签: r ggplot2 colors

我正在尝试控制ggplot2 scale_fill_distiller设置的级别,理想情况下我希望更好地显示较低级别的“值”。下图显示没有变化 - 我想 - 因为数字接近于0.

数据托管在此处: http://pasted.co/4aa6411c

我正在密谋:

require(ggplot2)
ggplot(data, aes(Years, Age, fill = values)) + geom_tile() + 
scale_fill_distiller(palette = "Spectral") 

结果如下:

enter image description here

0 个答案:

没有答案