-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Hexbin plots does not display x label and xtick labels #10678
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
Comments
I suspect that it's the same underlying issue as #10611, which is for |
What is the recommended workaround for this issue? |
Put a sharex=False in your plot command. |
has this definitely been fixed? I just had to use the |
What version of pandas does your environment have? |
It's this GCP release https://cloud.google.com/deep-learning-vm/docs/release-notes#October_12_2021 import pandas as pd
pd.__version__
'1.3.3' |
I don't have permissions to re-open this, so anyone with the permissions please re-open. |
beat to open a new issue |
Done |
I'm currently using python 2.7, pandas 0.16.2.dev, and ipython version 3.1.0
In brief, it seems that there are cases that the sharex option of pandas.DataFrame.plot(kind='hexbin') defaults to True instead of False. This causes the x label and xtick labels to be invisible.
Preceding stack overflow and ipython github threads that led to here:
http://stackoverflow.com/questions/31220329/pandas-dataframe-hexbin-plot-has-no-xlabel-or-axis-values
ipython/ipython#8653
The text was updated successfully, but these errors were encountered: