facebookresearch / hiplot

HiPlot makes understanding high dimensional data easy
https://facebookresearch.github.io/hiplot/
MIT License
2.75k stars 143 forks source link

Colormap: reverse a d3.js colomap #174

Closed wuzhe1234 closed 3 years ago

wuzhe1234 commented 3 years ago

How to reverse a d3.js colormap in hiplot? For example, change "interpolateRdBu" to " interpolateBuRd"

danthe3rd commented 3 years ago

Hi @wuzhe1234

It's not currently possible. I've created #175 that will allow it once merged.

Best

danthe3rd commented 3 years ago

Version 0.1.24 has been published :) Please install it (pip install -U hiplot) and you should be able to use interpolateRdBu#inverse as a colormap

wuzhe1234 commented 3 years ago

Version 0.1.24 has been published :) Please install it (pip install -U hiplot) and you should be able to use interpolateRdBu#inverse as a colormap

Thank you so much!