SetBinContent with label

Dear experts,

I used “SetBinLabel”, to make a hist with label. Now to use the “SetBinContent”, I see only (1). So is there method to which I can parse a “char”, something like “SetBinContent(Char_t binLabel, Double_t content)”?

Regards

(1)
virtual void SetBinContent(Int_t bin, Double_t content)
virtual void SetBinContent(Int_t binx, Int_t biny, Double_t content)
virtual void SetBinContent(Int_t binx, Int_t biny, Int_t binz, Double_t content)

You should use Fill

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.