A Shiny app that generates custom colour bars.
The R code to plot colour bars was adapted from here. The colour picker input panel is from shinyjs.
Demo: https://kcha.shinyapps.io/colour_bar_builder
To start the app on your local machine, RColorBrewer
and shinyjs
needs to be
installed first, if not already:
install.packages("RColorBrewer")
install.packages("shinyjs")
Then to start the app:
shiny::runGitHub('colour_bar_builder', 'kcha')