Skip to content
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

seaborn FutureWarning - shade #160

Closed
jGaboardi opened this issue Oct 18, 2022 · 0 comments · Fixed by #161
Closed

seaborn FutureWarning - shade #160

jGaboardi opened this issue Oct 18, 2022 · 0 comments · Fixed by #161

Comments

@jGaboardi
Copy link
Member

The following warning is being thrown from splot.esda.plot_moran() (version 1.1.5.post1)

splot/_viz_esda_mpl.py:354: FutureWarning: 

`shade` is now deprecated in favor of `fill`; setting `fill=True`.
This will become an error in seaborn v0.14.0; please update your code.

  sbn.kdeplot(moran.sim, shade=shade, color=color, ax=ax, **kwargs)
jGaboardi added a commit to jGaboardi/splot that referenced this issue Nov 1, 2022
martinfleis pushed a commit that referenced this issue Nov 2, 2022
* update dev branches; test shapely dev

* resolves #160

* min version seaborn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant