2017-05-02 36 views

回答

1
ggplot(data = df,aes(x = x, y =y)) + 
    geom_point() + 
    scale_y_log10(limits = c(1,1e8), expand = c(0, 0)) 

enter image description here

4

尝试:

+ scale_y_log10(limits = c(1, 1e8), expand = c(0, 0)) 

虽然就个人而言,我认为额外的空间服务的目的。