seaborn 0.12 changes internal API
ajparsons opened this issue · 7 comments
The new release of seaborn changes some of the internals that this depends on.
_CategoricalScatterPlotter
is gone and can't on a quick look see what to replace it with.
Recommend pinning the requirements.txt to seaborn==0.11 in the meantime?
Just pinned.
I'll keep this open to remind this is a temporary fix.
thank you
Great package! Will save me lots of time. Any plans for making it work with seaborn 0.12?
Hi, is there any update on making the package compatible with seaborn > 0.12?
Thanks!
as @filippoferrari, also interested :)
I tried to use this package a while ago and had some frustrations with getting it to format the way I wanted. I've got a Jupyter Notebook that I can clean up from my individual data and upload it in the near future—not as fancy as a package to call on, but should get the job done and be easily modifiable. Also, note that I used histograms for my clouds because it suited our data better.
+1: The Kaggle environment now uses seaborn 0.12.2 so doing something about the
ImportError: cannot import name '_CategoricalScatterPlotter' from 'seaborn.categorical'
would be fantastic.
All the best,
carl
Wondering if there's any update on pushing this to seaborn >= 0.12?
Thanks!