-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Improve FacetGrid axis labeling #2583
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2583 +/- ##
==========================================
- Coverage 97.45% 97.44% -0.01%
==========================================
Files 17 17
Lines 6354 6350 -4
==========================================
- Hits 6192 6188 -4
Misses 162 162
Continue to review full report at Codecov.
|
* Use keyword arguments in map_dataframe to label axes * Disable interior axis label visibility instead of removing labels * Update release notes and docs * Fix typo [skip ci] (cherry picked from commit 58461e1)
These were oversights from #2583
A few small changes to make custom
FacetGrid
plotting a little easier:x
andy
kwargs passed tomap_dataframe
for axis labels