-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Pandas dataframe + groupby = failed zooming for x-axis ticks #15912
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
Labels
Comments
Smaller reproducible example:
The xtick label formatter cannot really handle a MultiIndex, as once you zoom in, the labels are put at the wrong place. But the same is true when eg having a string index. So just a non-numerical / non-datetime index has this issue. |
This is a duplicate of #7612 |
nrebena
pushed a commit
to nrebena/pandas
that referenced
this issue
Apr 23, 2019
nrebena
pushed a commit
to nrebena/pandas
that referenced
this issue
Apr 24, 2019
Separate the test for pandas-dev#7612 and pandas-dev#22334, that are about string index, and test for pandas-dev#15912, about multiindex.
jreback
pushed a commit
that referenced
this issue
Apr 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was posted onto stackoverflow but it seems more like a bug than anything:
http://stackoverflow.com/questions/43242246/pandas-dataframe-groupby-failed-zooming-for-x-axis-ticks
The text was updated successfully, but these errors were encountered: