From f6990dedf944b99ee168baa8720688d3ea47a39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81lvarez=20Herrera?= Date: Tue, 16 Apr 2024 13:40:24 +0200 Subject: [PATCH] Update deprecated argument --- config/design_plots.R | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config/design_plots.R b/config/design_plots.R index a5802a4..7ddbbfa 100644 --- a/config/design_plots.R +++ b/config/design_plots.R @@ -16,15 +16,12 @@ theme_set(theme_minimal()) theme_update(text = element_text(size = 16, family = "Montserrat"), axis.title = element_text(size = 16), - axis.line = element_line(size = 0.5, colour = "grey40", linetype=1, arrow = arrow(length = unit(3,"mm"))), - panel.grid =element_line(size = 0.17, color = "lightgray") -) - + axis.line = element_line(linewidth = 0.5, colour = "grey40", linetype=1, arrow = arrow(length = unit(3,"mm"))), + panel.grid = element_line(linewidth = 0.17, color = "lightgray") +) # CONFIG - - gene_colors = c(M = "#B4D4B4", N = "#B7B7B8", orf1ab = "#9CC4DC", @@ -56,7 +53,6 @@ node.alpha <- c( # Nucleotide variants classification colors and labels - NV_colors <- c( Frameshift = "#568D63", "In frame" = "black", @@ -87,4 +83,4 @@ dnds.colors <- c( dnds.shapes <- c( dn = 2, ds = 4 -) \ No newline at end of file +)