Re: Q: ROOT on B&W screen
Rene Brun (Rene.Brun@cern.ch)
Wed, 07 May 1997 08:15:03 +0200
Pasha Murat wrote:
> 
>         Hi,
> 
> how could one make ROOT look decently on black/white screen?
> Should graphics libraries be recompiled with different palette choice?
> 
The following command will disable fill area colors:
  Root > gStyle->SetFillColor(0);
If you work on a black/white screen, you should place this command
in your rootlogon.C macro.
Rene Brun