Re: How can I save a function/histogram as an image without drawing it?

From: Axel Naumann <Axel.Naumann_at_cern.ch>
Date: Thu, 05 Jul 2007 14:14:16 +0200


Hi John,

OK, more verbose:

start ROOT as
  root -b
or call
  gROOT->SetBatch()
before drawing. See the users guide.

Axel.

John Zoidberg wrote:
> Thanks, that worked.
> However, it's necessary to add double-quotes and change the directory
> from / to something else. ;)
>
> For the current directory:
>
> root -b . "TROOT::SetBatch()"
>
>
> On 7/5/07, *Axel Naumann* <Axel.Naumann_at_cern.ch
> <mailto:Axel.Naumann_at_cern.ch>> wrote:
>
> Hi John,
>
> use root -b / TROOT::SetBatch() before drawing.
>
> Cheers, Axel.
>
> John Zoidberg wrote:
> > How can I save a function/histogram as an image without drawing it?
> > I want to avoid the use of the X server.
> >
>
>
Received on Thu Jul 05 2007 - 14:14:20 CEST

This archive was generated by hypermail 2.2.0 : Thu Jul 05 2007 - 17:50:02 CEST