2017-05-02 34 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)) 

雖然就個人而言,我認爲額外的空間服務的目的。