plotnine
plotnine copied to clipboard
Palettes for plotnine
Hi!
I have a python library called pypalettes which is very similar to what the R package paletteer does but for Python (they are in fact almost all the same palettes).
I'd like to make pypalettes work with plotnine, but I'm not sure how to do it in practice.
Are you interested? Would it be complicated to do? My library basically calls a csv and returns either a LinearSegmentedColormap or a ListedColormap (both matplotlib objects) of the chosen palette.