From 51549de5315a06f8c72b56b06d2cdff3c6e304b7 Mon Sep 17 00:00:00 2001 From: Stefano Mangiola Date: Mon, 16 Sep 2024 21:52:23 +0300 Subject: [PATCH] update color palette --- R/methods.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/methods.R b/R/methods.R index c6d30a7..631affa 100755 --- a/R/methods.R +++ b/R/methods.R @@ -302,7 +302,8 @@ gate_interactive <- if (rlang::quo_is_symbol(colour)) { plot <- plot + - ggplot2::aes(colour = !!colour) + ggplot2::aes(colour = !!colour) + + ggplot2::scale_colour_distiller(palette="Spectral") # Set to equal constant if not a column symbol and remove legend } else {