[ROOT] SetHistLineWidth question again

From: lijowski@cosray2.wustl.edu
Date: Thu May 18 2000 - 21:18:10 MEST


  Hello,

 I have the following rootlogon.C file. 

{
  gROOT -> SetStyle("Plain");
  gStyle -> SetOptStat(10);
  gStyle -> SetTitleBorderSize(0);
  gStyle -> SetStatBorderSize(0);
  gStyle -> SetHistLineWidth(8);
  gStyle -> SetHistLineColor(2);
  gROOT -> ForceStyle();
}

  But when I plot 1D histograms using tree entries the line of the 
  displayed and Postscript histogram contour is black and its line width is 1.
  The compiled program which generated tree was using the default style, 
  i.e., no gStyle options were specified.
  All other gStyle options listed above work fine giving expected results.

  Thank you and best regards,

   Michal Lijowski
  
    



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:25 MET