An open API service indexing awesome lists of open source software.

https://github.com/kcha/colour_bar_builder

A Shiny app for creating custom colour bars 🌈
https://github.com/kcha/colour_bar_builder

colours shiny visualization

Last synced: 3 months ago
JSON representation

A Shiny app for creating custom colour bars 🌈

Awesome Lists containing this project

README

          

# Colour Bar Builder App

A Shiny app that generates custom colour bars.

The R code to plot colour bars was adapted from [here](http://www.colbyimaging.com/wiki/statistics/color-bars).
The colour picker input panel is from [shinyjs](https://github.com/daattali/shinyjs).

Demo: https://kcha.shinyapps.io/colour_bar_builder

![Screenshot](http://individual.utoronto.ca/hakevin/images/colour_bar_shiny_1.png)

## Usage

To start the app on your local machine, `RColorBrewer` and `shinyjs` needs to be
installed first, if not already:
```r
install.packages("RColorBrewer")
install.packages("shinyjs")
```

Then to start the app:
```r
shiny::runGitHub('colour_bar_builder', 'kcha')
```