[ROOT] ROOT: error bars and continue line

From: Annalisa De Caro (Annalisa.de.Caro@cern.ch)
Date: Fri Feb 20 2004 - 16:28:53 MET


  Dear rooters,

I have a question for you.

Suppose that you define an histogram (histo3, in the example) as in the following case:

   TH1F *histo1; // read from file
   TH1F *histo2; // read from file

   TH1F *histo3;
   histo3->Divide(histo1,histo2,1.,1.,"B");

How can I draw the histogram histo3 with error bars and with a continue line?
By using the following command:

     histo3->Draw();

I see only the error bars and I obtain the same plot by using any drawing option.

Can you help my?

   Thank you
                        Annalisa



This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:06 MET