From b486a41d18fd3b3112f97d831fa05efb91438f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20R=C3=A9gnier?= <42352761+PaulRegnier@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:01:58 +0100 Subject: [PATCH] Update preparePlot.R Incorporating fix for ggplot-related issue --- R/preparePlot.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/preparePlot.R b/R/preparePlot.R index 63a6f1f..27be75a 100644 --- a/R/preparePlot.R +++ b/R/preparePlot.R @@ -76,4 +76,5 @@ preparePlot <- function(gs, sample, dims, subset, bins, useCoords, coords, overl theme_flowGate <- theme_gray() + theme( strip.background = element_blank(), - strip.text = element_blank()) + strip.text = element_blank(), + legend.text = ggplot2::element_text(hjust = 0.5))