Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Fixed handling of colors #130

Closed philippjfr closed 4 years ago

philippjfr commented 4 years ago

Bokeh palettes are now defined as tuples which HoloViews/Datashader are not happy with in all cases. In this PR I'm just casting the palettes to lists where needed.