Skip to content

Commit

Permalink
update color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Sep 16, 2024
1 parent 2319f9f commit 51549de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 51549de

Please sign in to comment.