kshotwell / AKesp

Automating ESPs for the Alaska Fisheries Science Center
https://kshotwell.github.io/AKesp/
Other
11 stars 1 forks source link

Option to not have scientific notation in figures #11

Open kshotwell opened 2 months ago

kshotwell commented 2 months ago

https://github.com/kshotwell/AKesp/blob/2fc73bcc68a30a1843dacd1b62f2c2f915c0b33b/R/figure_functions.R#L143 Trying to figure out how to turn off scientific notation within the figure function for the time series figures, but not working. Thoughts Abby?

atyrell3 commented 2 months ago

For now, you can turn off scientific notation manually on line 239: https://github.com/kshotwell/AKesp/blob/2fc73bcc68a30a1843dacd1b62f2c2f915c0b33b/R/figure_functions.R#L239 I could add it as a parameter to the function if it's something you'll want to switch on/off a lot.