I have a stand-alone application to fill histograms and profiles. Today for the first time I tried a TProfile2D,
after compiling and executing the program when I try to draw I don't see nothing, but the entries are there! (I see this from the Stats panel). Then I try
- Code: Select all
->Draw("colz")
and I have this error:
- Code: Select all
Error in <TGaxis::PaintAxis>: wmin (0.000000) == wmax (0.000000)
So I try with
- Code: Select all
->Draw("surf")
Someone has any idea of what is going on?