jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

Add Plotly color map #55

Closed appleparan closed 3 months ago

appleparan commented 1 year ago

I have added a unique color map in Plotly.

appleparan commented 1 year ago

FYI, urubu (for docs) seems to be a dead project. I had following issues when generating docs.

  1. markdown should be < 3
  2. Need index.md even it is ignored
jiffyclub commented 1 year ago

Looks cool, thank you! Could you please also add a test here: https://github.com/jiffyclub/palettable/blob/master/test/test_installed.py

FYI, urubu (for docs) seems to be a dead project. I had following issues when generating docs.

Thanks for the heads up. It was always a pretty small project and I set that up long ago. I'll have to look into a more modern setup.

appleparan commented 1 year ago

I added the test.

jiffyclub commented 3 months ago

Looks good, thank you!