-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
jointplot doesn't warn for ax= argument in seaborn 11.2 #2666
Comments
I'm fine with this consistently warning, though I am curious about what one expects to happen here. |
A user who isn't very familiar with seaborn might expect that a jointplot behaves as an axes-level function, and that it can be combined with other subplots. So, just a warning |
I understand why the distinction between "figure-level" and "axes-level" is confusing for non-faceted Unlike the plots built on a |
In seaborn 11.2, figure-level functions such as
catplot
,relplot
,displot
andpairplot
issue a warning when anax=
parameter is passed:jointplot
doesn't issue such warningPS: Clustermap's message could be confusing (
TypeError: heatmap() got multiple values for keyword argument 'ax'
).The text was updated successfully, but these errors were encountered: