JosephBARBIERDARNAL / pypalettes

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

add a `map_with` argument #14

Closed JosephBARBIERDARNAL closed 2 months ago

JosephBARBIERDARNAL commented 4 months ago
colors = get_hex("Antique")
unique_islands = df['island'].unique()
color_mapping = dict(zip(unique_islands, colors[:len(unique_islands)]))
JosephBARBIERDARNAL commented 2 months ago

not relevant enough