Skip to content

Commit

Permalink
link to colors playground
Browse files Browse the repository at this point in the history
  • Loading branch information
tibotiber committed Mar 6, 2024
1 parent 1819b53 commit 1d29b9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/api-reference/color/scales.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ The scales available are:
- multi-hue sequential scales: OrRd, PuBu, BuPu, BuGn, YlOrBr, YlGn, RdPu, YlGnBu, GnBu, YlOrRd, PuRd, PuBuGn – from [ColorBrewer](https://colorbrewer2.org), and Viridi initially from [Matplotlib](https://bids.github.io/colormap/).
- diverging scales: Spectral, RdYlGn, RdBu, PiYG, PRGn, RdYlBu, BrBG, RdGy, PuOr - from [ColorBrewer](https://colorbrewer2.org).

The [air quality](/examples/air-quality) example uses `numericScale` and can be used as a code playground to test out the options.
The [air quality](/examples/air-quality) example uses `numericScale` and can be used as a code playground to test out the options. You can also chose and configure a color scale using our [colors playground](https://colors.smplrspace.io).

:::tip

Configure a numerical scale using our interactive [colors playground](https://colors.smplrspace.io)

:::

## Categorical scales

Expand Down

0 comments on commit 1d29b9a

Please sign in to comment.