We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plot_pair()
plot_kwargs is an argument of plot_pair() yet it is not described in the documentation for this function.
plot_kwargs
To Reproduce Go to the link and search for the description of plot_kwargs
Expected behavior A complete docstring were plot_kwargs usage and behaviour is described.
The text was updated successfully, but these errors were encountered:
It might also be possible it is not even used at all, in which case it should be removed instead of documented
Sorry, something went wrong.
You are right, we planned to deprecate plot_kwargs (see here) Maybe we can move forward with it instead of documenting
Let's remove it then and update the issue to remove the deprecated arguments in plot_pair. I am also adding it to the v0.13 milestone.
Successfully merging a pull request may close this issue.
plot_kwargs
is an argument ofplot_pair()
yet it is not described in the documentation for this function.To Reproduce
Go to the link and search for the description of
plot_kwargs
Expected behavior
A complete docstring were
plot_kwargs
usage and behaviour is described.The text was updated successfully, but these errors were encountered: