Sample data can be found here in CSV format.
Given the following code:
figure()
grp.vis.plot(kind='hist', alpha=.5, normed=True)
show()
I get the following picture:

Why does pandas insert spaces in the image? Values ββrange from 0 to 7, and they are all presented, so I see no reason why this should happen.
Thank you very much in advance!
source
share