Closed
Description
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: