ggplot2學習筆記-修改座標軸刻度

1.修改座標軸顯示範圍windows scale_x_continous(limits=c("A","B")#顯示範圍爲A-B函數 或者ylim(A,B)字體 2.修改座標軸顯示刻度blog scale_x_continous(limits=c("A","B"), breaks=seq(起始值,終止值,間隔))ip 3.修改座標軸標籤element 旋轉座標軸標籤theme(axis.text.x
相關文章
相關標籤/搜索