plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

Palettes for plotnine

Open JosephBARBIERDARNAL opened this issue 1 year ago • 0 comments

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.

JosephBARBIERDARNAL avatar Aug 24 '24 12:08 JosephBARBIERDARNAL