From 2097c6ab08d2c354b22568e617a63f5f157c126e Mon Sep 17 00:00:00 2001 From: ARIADNA BATALLA FERRES Date: Thu, 12 Dec 2024 15:14:14 +0100 Subject: [PATCH] Remove parameters 'dots_size' and 'dots_shape' --- modules/Visualization/R/plot_most_likely_terciles_map.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/Visualization/R/plot_most_likely_terciles_map.R b/modules/Visualization/R/plot_most_likely_terciles_map.R index 67c3d978..c97da758 100644 --- a/modules/Visualization/R/plot_most_likely_terciles_map.R +++ b/modules/Visualization/R/plot_most_likely_terciles_map.R @@ -194,8 +194,7 @@ plot_most_likely_terciles <- function(recipe, plot_margin = c(1, 5, 5, 5), # plot_margin = c(5.1, 4.1, 4.1, 2.1), return_leg = T, - triangle_ends = c(F, T), width = 10, height = 8, - dots_size = 0.2, dots_shape = 47) + triangle_ends = c(F, T), width = 10, height = 8) base_args[names(output_configuration)] <- output_configuration for (i in 1:length(time_labels)) { ## variables ending in *_i represent each forecast time -- GitLab