Hopefully this is a quick answer. I just created a bubble plot in ggplot2 to showcase abundances of taxa in certain environments, snapshot shown below:
Is there a way I may "condense" all this white space?
Thanks in advance,
J
Hopefully this is a quick answer. I just created a bubble plot in ggplot2 to showcase abundances of taxa in certain environments, snapshot shown below:
Is there a way I may "condense" all this white space?
Thanks in advance,
J
With the help of chemdork123 and an hour of messing around, I would like to post the solution to my question!
Two ways to make bubble plots more aesthetically pleasing by minimizing white space:
ggsave()
parameters width, height, and dpi.scale_size_continuous(range = c(1,15))
with manual adjustment of circle sizes.