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