Skip to content

Commit

Permalink
Merge pull request #30 from stemangiola/ECCB2024
Browse files Browse the repository at this point in the history
update color palette
  • Loading branch information
stemangiola authored Sep 16, 2024
2 parents 2319f9f + 51549de commit f705799
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 f705799

Please sign in to comment.