From 358c90e9054758e1ca9774ace0f5f23d2a5ebfa5 Mon Sep 17 00:00:00 2001
From: Thibaut Tiberghien <thibaut@smplrspace.com>
Date: Wed, 6 Mar 2024 14:40:07 +0800
Subject: [PATCH] Viridis

---
 docs/api-reference/color/scales.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api-reference/color/scales.md b/docs/api-reference/color/scales.md
index d3fb22f..2c00109 100644
--- a/docs/api-reference/color/scales.md
+++ b/docs/api-reference/color/scales.md
@@ -46,7 +46,7 @@ smplr.Color.numericScale({
 The scales available are:
 
 - single hue sequential scales: Oranges, Reds, Greens, Purples, Greys, Blues - from [ColorBrewer](https://colorbrewer2.org).
-- 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/).
+- multi-hue sequential scales: OrRd, PuBu, BuPu, BuGn, YlOrBr, YlGn, RdPu, YlGnBu, GnBu, YlOrRd, PuRd, PuBuGn – from [ColorBrewer](https://colorbrewer2.org), and Viridis 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. You can also chose and configure a color scale using our [colors playground](https://colors.smplrspace.io).