Message from discussion
Make the plots invisible
Received: by 10.224.186.20 with SMTP id cq20mr7516172qab.8.1352663300622;
Sun, 11 Nov 2012 11:48:20 -0800 (PST)
Received: by 10.52.30.225 with SMTP id v1mr3214755vdh.20.1352663300601; Sun,
11 Nov 2012 11:48:20 -0800 (PST)
Path: gf5ni18188417qab.0!nntp.google.com!c7no19573579qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups: comp.lang.idl-pvwave
Date: Sun, 11 Nov 2012 11:48:20 -0800 (PST)
In-Reply-To: <MPG.2b0962d666194f2798973d@news.giganews.com>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.218.29.152;
posting-account=QLFQXgoAAAD7S-6GRpYdDQ_DQh-PDpU8
NNTP-Posting-Host: 195.218.29.152
References: <bff5d08f-ec16-4117-95bf-631ef7e81c54@googlegroups.com> <MPG.2b0962d666194f2798973d@news.giganews.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <76616342-b385-431b-b8ed-8417d6e85312@googlegroups.com>
Subject: Re: Make the plots invisible
From: dave poreh <d.po...@gmail.com>
Cc: n...@dfanning.com
Injection-Date: Sun, 11 Nov 2012 19:48:20 +0000
Content-Type: text/plain; charset=ISO-8859-1
On Sunday, November 11, 2012 6:23:40 AM UTC-8, David Fanning wrote:
> dave poreh writes:
>
>
>
> > I want to make some plots and make the plots invisible, that means just i want to save the plots like this:
>
> >
>
> > p = plot(x(*,i),color='blue',thick=2)
>
> >
>
> > p.save, 'plot1.jpg'
>
> > but without a window pops up,
>
>
>
> Set the BUFFER keyword.
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Cool, i just put BUFFER=1 and it works,
Thank you very much,
Cheers,
Dave