rstudio中的奇数散点图

发布于 2025-01-18 12:49:08 字数 471 浏览 1 评论 0 原文

我正在尝试制作纬度和经度的散点图。我的代码如下:

graf_disp <- ggplot(dados, aes(x=Latitude, y=Longitude)) +
  geom_point(aes(col=Circuito)) +
  labs(subtitle = "Localizacao dos circuitos",
       y = "Longitude", x = "Latitude")
 
plot(graf_disp)

绘制图如下:

我不明白为什么覆盖其余图的灰线。谁能帮我吗? 谢谢。

I'm trying to make a scatter plot of latitude and longitude. My code is as follows:

graf_disp <- ggplot(dados, aes(x=Latitude, y=Longitude)) +
  geom_point(aes(col=Circuito)) +
  labs(subtitle = "Localizacao dos circuitos",
       y = "Longitude", x = "Latitude")
 
plot(graf_disp)

And the plotted graph is the following:

I don't understand why there are grey lines covering the rest of the graph. Can anyone help me with this?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文