In [1]:
from ROOTaaS.iPyROOT import ROOT
In [2]:
h=ROOT.TH1F("h","jsHisto;X;Y",128,-4,4)
In [3]:
h.FillRandom("gaus")
In [4]:
h.Draw()
In [ ]: