Saving canvas with functions like script

From: Dmitry A. Shtol <D.A.Shtol_at_inp.nsk.su>
Date: Thu, 3 Feb 2005 15:13:29 +0600


Hi!
I tried to save canvas as *.C file. There were functions drown on canvas. Thif functions plot were not saved. Below is the part of a code:

TF1 *VE20p = new TF1("VE20p","",115.118,1151.18);

VE20p->SetFillColor(19);
VE20p->SetFillStyle(0);
VE20p->SetLineWidth(3);
VE20p->Draw("same");

This is for every function. But there are no formula and parameters. Why?

-- 
Dmitry A. Shtol                        (SND group)    
Budker Institute of Nuclear Physics  
Received on Thu Feb 03 2005 - 10:13:59 MET

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