In file 'hsimple.C' at turtorial directory, when I add in Draw() a
'bar chart' option like followed, the figure becomes invisible.
..........
hpx->Draw("b");
hpx->SetBarOffset(0.25);
hpx->SetBarWidth(0.5);
.........
Sincerely, Xie