-
-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[WIP] add new examples for plot_pair #1110
[WIP] add new examples for plot_pair #1110
Conversation
@@ -0,0 +1,24 @@ | |||
""" | |||
Point Estimate Pairplor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @agustinaarroyuelo I was checking out your new examples and noticed your docstrings for the example .py
files say Pairplor instead of what I assume should be Pairplot.
And the files don't end in newlines, which PEP8 doesn't like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for letting me know!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe we should also update the plot_joint example to use |
Should the example for |
run black fix hexbin_kwargs error
Description
I added new examples for plot_pair. I tried to showcase in them the possibility of obtaining cornerplots, as mentioned in #1079. I also fixed some bugs. This PR solves #1105 .
I tried to build the documentation locally, but I was having trouble with docker. I was later explained that this isn't a requirement.
Checklist