# Read histograms created using C++ code from jhplot import * from jhplot.io import* c1=HPlot("test") c1.visible() c1.setAutoRange() f=PFile("main02.pbu") print f.listEntries() print type(f.read(1)) # open in browser and plot PFileBrowser(c1,f,1) # draw it manually # c1.draw(f.read(1))