Skip to content

Commit

Permalink
move Sgen label
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanMG committed Jun 6, 2024
1 parent 9d77e6b commit dd53b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/R/inference-figs.R
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ p1 <- ggplot(data = filter(fwd.sim, scenario == "base")) +
annotate("text", x = 2016, y = benchmarks[2,1]+2.5,
label = expression(italic(paste("80%",S)[MSY])), size = 5) +
geom_hline(yintercept = benchmarks[2,1]) +
annotate("text", x = 2019, y = 4.2,
annotate("text", x = 2019, y = 3,
label = "italic(S[gen])", parse = TRUE, size = 5) +
scale_x_continuous(breaks= pretty_breaks(),
expand = expansion(mult = c(0, .01))) +
Expand Down

0 comments on commit dd53b1d

Please sign in to comment.