From 5a60c2675760a2b61bc24d0467b3c2d3f48d1878 Mon Sep 17 00:00:00 2001 From: itrujnara Date: Wed, 15 May 2024 10:42:28 +0200 Subject: [PATCH] Make prettier happy --- bin/plot_orthologs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plot_orthologs.R b/bin/plot_orthologs.R index 0861954..3adba7c 100755 --- a/bin/plot_orthologs.R +++ b/bin/plot_orthologs.R @@ -22,7 +22,7 @@ bg_color <- "transparent" font_size <- 16 customize_theme <- function(font_size, text_color, bg_color) { - theme(legend.position = "right", + theme(legend.position = "right", text = element_text(size = font_size, color = text_color), axis.text = element_text(size = font_size, color = text_color), panel.grid = element_line(color = text_color),