Plot Profile histogram using text file

Dear All,

I need help in plotting a histogram.
I would like to know, how can I plot profile histogram whose data is available in text file?

Regards,

TProfile doesn’t have any ctor from a file see: root.cern.ch/root/html/TProfile.html
You should read the data in the text file and fill the histogram with.