001、正常繪圖
plot(1:10, cex = 2, pch = 19)
002、不輸出x軸刻度標籤
plot(1:10, cex = 2, pch = 19, xaxt = "n")
。
reference
01、https://www.cnblogs.com/shclbear/p/17253160.html
001、正常繪圖
plot(1:10, cex = 2, pch = 19)
002、不輸出x軸刻度標籤
plot(1:10, cex = 2, pch = 19, xaxt = "n")
。
reference
01、https://www.cnblogs.com/shclbear/p/17253160.html