简体   繁体   English

R中的散点图中的空间点

[英]space points in a scatter plot in R

I am plotting a scatter plot in R, however I have many data points and they overlap. 我正在R中绘制散点图,但是我有很多数据点并且它们重叠。 I want to have a plot where there no overlaps and maintain a reasonable size of the data . 我想要一个没有重叠的图,并保持数据的合理大小。 This is the image of the scatter. 这是散点图。 On the top side is where the data are clustered. 在顶部是数据的聚集位置。 This is the code plot(data2,col="red",pch=21,cex=0.7) 这是代码plot(data2,col="red",pch=21,cex=0.7)

Could you put a reproducible code to check. 您可以检查一个可复制的代码吗?

One thing you can do is may be increase the space between y axis interval. 您可以做的一件事是增加y轴间隔之间的间隔。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM