CupOfGeo / Attractors

3 stars 0 forks source link

fix color map enums #1

Open CupOfGeo opened 9 months ago

CupOfGeo commented 9 months ago

fix color map enums with more possible color maps and maybe fix the logic up as well a little.

like maybe just use from datashaders.colors import inferno, viridis like in attractor_service.py I don't like how import some dict from colorcet import palette and then add inferno, viridis to it.