Re: Figure is invisible when using 'bar chart' option
Rene Brun (Rene.Brun@cern.ch)
Mon, 30 Nov 1998 11:15:01 +0100
Wei Xie wrote:
>
> Dear Rene,
>
> I falled into a mud pit just now. The terminal is a black and white and I
> choose red bar color. It become 'invisible' then. When I show it in a
> colored terminal, it works.
>
> I still can not manipulate the color freely in a macro since I do not
> know which color number corresponds to which color. Is there such a
> corresponding list somewhere ?
>
> Have you read my last message about the malfunction of 'TGTab' ? What
> could be the problem ?
>
Well, if you only have access to a black&white terminal, you cannot
use the color features.
When running on a black&white terminal, we recommend the following
set up (may be in your rootlogon.C file)
gROOT->SetStyle("Plain");
gStyle->SetFillColor(0);
Fons will reply to your TGTab problem.
Rene Brun