JosephBARBIERDARNAL / pypalettes

A large (+2500) collection of color maps for Python
https://python-graph-gallery.com/color-palette-finder/
Other
235 stars 8 forks source link

add a keep_first=n arg #2

Closed JosephBARBIERDARNAL closed 4 months ago

JosephBARBIERDARNAL commented 4 months ago

this arg will specify the max index of the hex list to keep. for example, a cmap with 5 values might be use with only the first 4 with keep_first=4

JosephBARBIERDARNAL commented 4 months ago

done!!