You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dmage Thanks for the report!
I think pandas removed the ticklabels when the axes are shared (when you create multiple subplots at once from a pandas dataframe), but that is not the case here, so the labels should be kept. Marked as a bug.
Code Sample, a copy-pastable example if possible
Expected Output
Labels on x-axis (no minor ticks).
Plotting on ax2 not affects ax.
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: