Pandas-Bokeh icon indicating copy to clipboard operation
Pandas-Bokeh copied to clipboard

Enable reverse colorpalettes

Open PatrikHlobil opened this issue 5 years ago • 0 comments

One sensible improvement to the current pack would be the option to reverse the color palette. Unfortunately most palettes give a darker tone (higher presence) to darker colors.

See below how to reverse the palette upon import:

https://automating-gis-processes.github.io/2017/lessons/L5/advanced-bokeh.html

Look for this command:

palette.reverse()

PatrikHlobil avatar Sep 20 '19 15:09 PatrikHlobil