From 28205e359159f1fd09476b5f4552317369fe0491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Sch=C3=BCrz?= <christoph.schuerz@ufz.de> Date: Tue, 21 Mar 2023 15:42:30 +0100 Subject: [PATCH] Minor change in plot_hru_pw_day --- R/plot_hru_pw.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot_hru_pw.R b/R/plot_hru_pw.R index 3cfc9bd..6666988 100644 --- a/R/plot_hru_pw.R +++ b/R/plot_hru_pw.R @@ -142,7 +142,7 @@ plot_hru_pw_day <- function(sim_verify, hru_id, var, years = 1900:2100, add_crop strip.background = element_blank(), legend.position = 'none', # strip.placement = 'outside', - strip.text.y.left = element_text(face = 'bold', angle = 0)) + strip.text.y.left = element_text(face = 'bold', angle = 0, hjust = 1)) hru_plot <- gg_crop / gg_var + plot_layout(heights = c(0.05*length(unique(crop_dates$hru)), 1)) } else { -- GitLab