【发布时间】:2016-07-13 10:46:31
【问题描述】:
我在 R 中绘制散点图,但是我有很多数据点并且它们重叠。我想要一个没有重叠的图并保持数据的合理大小。 This is the image of the scatter. On the top side is where the data are clustered.
这是代码plot(data2,col="red",pch=21,cex=0.7)
【问题讨论】:
标签: r scatter-plot
我在 R 中绘制散点图,但是我有很多数据点并且它们重叠。我想要一个没有重叠的图并保持数据的合理大小。 This is the image of the scatter. On the top side is where the data are clustered.
这是代码plot(data2,col="red",pch=21,cex=0.7)
【问题讨论】:
标签: r scatter-plot
你能放一个可重现的代码来检查吗?
您可以做的一件事是增加 y 轴间隔之间的空间。
【讨论】: