tpvasconcelos / ridgeplot

Beautiful ridgeline plots in Python
https://ridgeplot.readthedocs.io/
MIT License
65 stars 3 forks source link

colors.json missing in pypi #1

Closed lmssdd closed 3 years ago

lmssdd commented 3 years ago

The file is not included and importing ridgeplot gives a FileNotFoundError

tpvasconcelos commented 3 years ago

@lmssdd thanks for pointing it out!

This went unnoticed in the previous release. I just pushed a new release with the patch. If you update, everything should work now.

$ python -m pip install -U ridgeplot

Double-check you got the right version

$ python -c "from ridgeplot import __version__; print(__version__)"
0.1.11

Let me know if this solved your problem 👍

lmssdd commented 3 years ago

Solved, thanks!