SetXtitle

From: nasim <nasim_at_hep.man.ac.uk>
Date: Mon, 24 Oct 2005 12:18:59 +0100 (BST)

Dear Rooters,

When I am trying to use SetXTitle for TGraphErrors:

TGraphErrors *gr1= new TGraphErrors(1,x,y,e,0);

 gr1->SetXTitle("Br");
 gr1->SetMarkerStyle(29);
 gr1->SetMarkerSize(1.5);
 gr1->SetLineColor(4);
 gr1->SetMarkerColor(4);
 gr1->SetMinimum(0);
 gr1->SetMaximum(1);

it gives this error:
filename       line:size busy function type and name
*** Interpreter error recovered ***

How can I fix this problem.

Thanks very much,
Nasim Received on Mon Oct 24 2005 - 13:19:06 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:13 MET