You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to specify the bubble size range, so that I can make this figure small even for high number of bubbles (e.g., 100 effect sizes) without the bubbles being too big that it becomes hard to see each individual one (as in the figure). Alternatively, a solution in ggplot2 is also welcomed, but I couldn't find one.
The text was updated successfully, but these errors were encountered:
I can look into this, yes, but this looks like a device size issue as well. If you enlarge your plotting window it will auto adjust everything, then, you can save the figure a certain size. Use dev.size() to get the length and with and you can then add these into ggsave or other plotting windows.
I would like to reduce the point size of the orchard_plot for a relatively small figure.
Example code:
orchard-example.pdf
I would like to be able to specify the bubble size range, so that I can make this figure small even for high number of bubbles (e.g., 100 effect sizes) without the bubbles being too big that it becomes hard to see each individual one (as in the figure). Alternatively, a solution in ggplot2 is also welcomed, but I couldn't find one.
The text was updated successfully, but these errors were encountered: