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

개인적으로하지만, 나는 여분의 간격이 목적을 수행 생각합니다.