Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
希望这是一个快速的答案。我刚刚在 ggplot2 中创建了一个气泡图,以展示某些环境中丰富的类群,快照如下所示:
有没有办法可以“压缩”所有这些空白?
提前致谢,
Ĵ
在 chemdork123 的帮助和一个小时的混乱中,我想发布我的问题的解决方案!
通过最小化空白空间使气泡图更美观的两种方法:
ggsave()
scale_size_continuous(range = c(1,15))