所以當我有時候我會在一些偏移處看到y交叉點x。我生成這個數字使用:ggplot2中我如何讓y軸與x軸相交0?
ggplot(data=d2,aes(y=log10(Nems+1),x=Time)) +
geom_point(size=3,shape=1) +
geom_line(data=d2,aes(x=time_model,y=log10(value),group=variable,linetype=variable)) +
ylim(0.001,2) + no_bg + draw_axis
我最終手動移動y在Illustrator中。有沒有辦法在這裏做?
alt text http://img816.imageshack.us/img816/7633/testzh.png
有誰知道熱做到這一點的基本圖? – Henrik 2011-08-25 13:05:36