From a8eca7b19275745dd75a27097737b51b0a2f01eb Mon Sep 17 00:00:00 2001 From: Simeon <51403284+simeross@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:50:36 +0200 Subject: [PATCH] Update combine_cluster_plots_and_save.R --- R/combine_cluster_plots_and_save.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/combine_cluster_plots_and_save.R b/R/combine_cluster_plots_and_save.R index ee93ff9..19f2458 100644 --- a/R/combine_cluster_plots_and_save.R +++ b/R/combine_cluster_plots_and_save.R @@ -22,7 +22,7 @@ combine_cluster_plots_and_save <- function(plot_list, cluster, out_path = path, plot_list[[3]] + theme(legend.position = "none"), ncol = 3, align = "hv") legend <- cowplot::get_legend(plot_list[[3]] + - guides(fill = guide_legend(nrow = 1)) + + # guides(fill = guide_legend(nrow = 1)) + theme(legend.position = "bottom")) title <- ggdraw() + draw_label( -- GitLab