Skip to content
Snippets Groups Projects
Commit 3431af23 authored by Simeon's avatar Simeon
Browse files

Update combine_cluster_plots_and_save.R

parent 8d1e165d
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ combine_cluster_plots_and_save <- function(plot_list, cluster, out_path = path,
combo_pl <- cowplot::plot_grid(plot_list[[1]] + theme(legend.position = "none"),
plot_list[[2]] + theme(legend.position = "none"),
plot_list[[3]] + theme(legend.position = "none"),
ncol = 3, align = "hv")
ncol = 3, align = "h")
legend <- cowplot::get_legend(plot_list[[3]] +
# guides(fill = guide_legend(nrow = 1)) +
theme(legend.position = "bottom"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment