From 89084e0bc4102639295043132c21adb78fcc8b33 Mon Sep 17 00:00:00 2001 From: tetomonti Date: Fri, 24 May 2024 17:05:40 -0400 Subject: [PATCH] addressing issue #56 --- R/hyp_dots.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/hyp_dots.R b/R/hyp_dots.R index 085a05c..71440bd 100644 --- a/R/hyp_dots.R +++ b/R/hyp_dots.R @@ -110,7 +110,7 @@ # p <- p + scale_color_continuous( # high = "#114357", low = "#E53935", trans = scales::log10_trans(), # guide = guide_colorbar(reverse = TRUE) - ) + #) } return(p) }