Re: [ROOT] Another histogram question.

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu May 30 2002 - 22:16:11 MEST


Hi  Creighton,

you can do; h->Draw("ep"); // you get the errors bars

if you do not like error bars, set the histogram line color identical
to the pad color, eg
 h->SetLineColor(19);
 h->Draw("ep");

Rene Brun


On Wed, 29 May 2002, Creighton Hogg wrote:

> Sorry, but I've just come across another funny thing in the histograms
> I've been drawing.
> Namely, if I wanted to draw histograms with the "p" option, how do I
> keep all the markers for bins that are zero from showing up on the
> x-axis?   It looks rather sloppy for there to be a large row of markers
> on the bottom of the plot after the rate has hit zero, and I want to try
> and fix it.
> 
> Thanks again,
> 
> Creighton Hogg
> 



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