-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add aesthetic flexibility to plot_rm_corr #312
Add aesthetic flexibility to plot_rm_corr #312
Conversation
Hi @remrama, Thanks for opening the PR! Looks great. Two things:
|
Codecov ReportBase: 98.70% // Head: 98.70% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 98.70% 98.70%
=======================================
Files 18 18
Lines 3312 3312
Branches 537 537
=======================================
Hits 3269 3269
Misses 25 25
Partials 18 18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Let me know when the PR is ready for review/merge 👍 |
Yep it's good for review! I made the suggested changes. |
Merged, thanks! |
Hi @raphaelvallat - I love the
plot_rm_corr
function and needed some flexibility to change its scatter and line features (e.g., marker size and line width). I made a simple change to allow this, adding two sets of kwargs that get passed through to seaborn. Nothing about the defaults have changed, it just offers flexibility if desired.Sorry I didn't open an Issue first, it was just such a straight-forward change I thought I'd go for it. No pressure if you want to reject this idea.