Hello!
I need to put a lot (6000) of histograms in .ps file.
I`m using the method, described in HOWTO`s in
the following way:
for(int i=0; i<GEDE_list.size();i++)
{
llsrcResid[GEDE_list[i]]->SetLineColor(7);//blue
llsnrResid[GEDE_list[i]]->SetLineColor(6);//red
ps.NewPage();
p_Canvas->cd(1);
llsrcResid[GEDE_list[i]]->Draw("same");
p_Canvas->cd(2);
llsnrResid[GEDE_list[i]]->Draw("same");
p_Canvas->Update();
}
It increases the size of my prograam in memory to ~ 100MB
What should be done to avoid it?
Thanks.
Ivan Belotelov.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:00 MET