With newer Pandas versions, if someone is interested, here a slightly different solution with Pandas only:
ax = data.plot(kind='hist',subplots=True,sharex=True,sharey=True,title="My title")
With newer Pandas versions, if someone is interested, here a slightly different solution with Pandas only:
ax = data.plot(kind='hist',subplots=True,sharex=True,sharey=True,title="My title")