Skip to content

Commit

Permalink
fix double + in plot_biomass plot
Browse files Browse the repository at this point in the history
Schiano-NOAA committed Dec 17, 2024
1 parent 91a77c3 commit bf38ef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/plot_biomass.R
Original file line number Diff line number Diff line change
@@ -136,7 +136,6 @@ plot_biomass <- function(
ggplot2::scale_x_continuous(
n.breaks = x_n_breaks,
guide = ggplot2::guide_axis(minor.ticks = TRUE)) +
+
ggplot2::annotate(
geom = "text",
x = end_year + 0.05,

0 comments on commit bf38ef8

Please sign in to comment.