From bf38ef8fb3eb98e2bdac3c52640301ccac81b33c Mon Sep 17 00:00:00 2001 From: Schiano-NOAA Date: Tue, 17 Dec 2024 09:56:26 -0500 Subject: [PATCH] fix double + in plot_biomass plot --- R/plot_biomass.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/plot_biomass.R b/R/plot_biomass.R index 49d2b14..ce2324e 100644 --- a/R/plot_biomass.R +++ b/R/plot_biomass.R @@ -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,