Skip to content

Commit

Permalink
Add zero axis limit to dead catch figure
Browse files Browse the repository at this point in the history
  • Loading branch information
quang-huynh committed Sep 4, 2024
1 parent bf2a6d6 commit 6c03439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ss3/08-outside-ss3-refpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ out_catch |>
geom_point(pch = 21, fill = "white", size = 2) +
coord_flip() +
xlab("") +
expand_limits(y = 0) +
ylab("Yield (dead catch) (t) in 2024 at F<sub>0.4S0</sub>") +
theme(
axis.title.x = element_markdown(),
Expand Down

0 comments on commit 6c03439

Please sign in to comment.