From cafd1a38422e7b592b89432989a9df6587d6c926 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Wed, 21 Aug 2019 07:06:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d2dd8..1fd936e 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Sequential, multi-hue color schemes are available as continuous interpolators (o turbo -Given a number *t* in the range [0,1], returns the corresponding color from the “turbo” color scheme by [Google AI](https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html). +Given a number *t* in the range [0,1], returns the corresponding color from the “turbo” color scheme by [Anton Mikhailov](https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html). # d3.interpolateViridis(t) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/viridis.js "Source")