-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kdeplot not working when fill=True #289
Comments
I can confirm this issue, it is an incompatibility with matplotlib 3.8. |
I too confirm this issue but could not resolve it by installing matplotlib<3.8 neither by installing matplotlib==3.7 |
@ResidentMario , are you still accepting PRs for this repository? I've investigated this issue and have a fix that can work. It is due to updates in seaborn as they pass in the kwargs through another function first which can't process a cartopy transform, and only accepts matplotlib.transform. I've detailed my findings here: mwaskom/seaborn#3694 (comment) The work around I proposed to OP in that issue would also work here. I noted this repository hasn't had any commits in a long time, may I be able to assist? |
Hi, I tried reproducing your example in the documentation, and I get this error when using kdeplot with
fill=True
The text was updated successfully, but these errors were encountered: