Re: [ROOT] Postscript printing without frame borders?

From: Brett Viren (bv@bnl.gov)
Date: Thu Feb 28 2002 - 15:30:28 MET


Jonathan de Halleux writes:
 > It's working fine but I wonder how I could get rid of the frame border ? 
 > And how to change to change background color?
 > 
 > My canvas is divided into subplots using Divide. How do I get rid of the 
 > borders of the subplot s? change background  color of each of them?

To make things look ascetic retro PAW I do:

     gROOT->SetStyle("Plain");
     gStyle->SetTitleBorderSize(0);

For background color get a pointer to the TPad and use SetFillColor.

-Brett.



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:43 MET