general figure formats #78
BenWilliams-NOAA
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just adding a discussion instead of an issue.
stockplotr/R/plot_abundance_at_age.R
Line 134 in eade4c4
Recommend changing to scale_size_area, bubble size of 10 is really large and this has better properties for dealing with 0 values
For many (any?) figs with large y-values could use
scale_y_manual(labels = scales::comma), though i suppose that could be user added since it is a ggplot object.Beta Was this translation helpful? Give feedback.
All reactions