-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: enabling subplots works unexpectedly #6951
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
Conversation
I found 3rd minor issue and fixed:
|
seems reasonable, @TomAugspurger can you validate? |
Yes, please. Later, I'll finish #6656. |
@jreback this is OK, just a conflict in Can I merge this from the command line with
fixing the conflict in |
correct, don't force push to master exactly correct on your git-fu! |
@TomAugspurger maybe add this to the dev wiki somewhere? (how to merge a PR this way) |
nice! |
Found 2 minor issues related to plotting with
subplots=True
.DataFrame
only has single column, plot raisesTypeError
. It is because_subplots
returnsAxes
instance, not array.kind=scatter
orkind=hexbin
is specified withsubplots=True
, additional blank axes is drawn.