-
-
Notifications
You must be signed in to change notification settings - Fork 17.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
VIS: Accept xlabel and ylabel for scatter and hexbin plots #37102
Conversation
I'm a bit puzzled by the type annotations on these params (from #34827) pandas/pandas/plotting/_matplotlib/core.py Lines 105 to 106 in 9cb3723
They're |
emm, any comments on the "potential" side-effect it might have? @simonjayhawkins I added to make it more explicit, probably also okay if only having |
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.
very nice!
only one minor comment
lgtm. @charlesdong1991 merge when updated / green. |
not an issue. adding Optional is fine. Where the problem occurs is where we need to distinguish between user passing None as a valid label, I don't think that's relevant here.
|
Not sure why that check failed, it's way outside this PR |
ah, just saw you have done that, sorry for the noise |
ec0c95f
to
bdde378
Compare
bdde378
to
7c43079
Compare
very nice! congrats on your first PR on pandas! @treuherz |
…v#37102) * VIS: Accept xlabel and ylabel for scatter and hexbin plots * Add issue number note
…v#37102) * VIS: Accept xlabel and ylabel for scatter and hexbin plots * Add issue number note
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff