我无法弄清楚如何使我的x轴更大并且我的所有点都适合。对于x轴,我的点数范围从5.2到57.9。我想让我的x轴从0到60可能。
这是我的代码和我看到的照片:
library(RColorBrewer)
my.colors <- brewer.pal(7, "RdBu")
plot(x=log(ScatPlot$ownership..pct.),
y=ScatPlot$firearm.law.stringency,
+ cex=(ScatPlot$death.rate),
+ col=my.colors[ScatPlot$state],
+ main="Death Rate given % Ownership and Law
Stringency Per State",
+ xlab="% Ownership", ylab="Death Rate")