Re: How to make hidden Graphics? [message #76450] |
Wed, 01 June 2011 14:10 |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Jun 1, 5:45 pm, Michael Galloy <mgal...@gmail.com> wrote:
> Do you mean the BUFFER keyword? or something more?
>
> IDL> p = plot(findgen(10), /buffer)
Exactly. I had a strong feeling I had seen the way to do it, but could
not remember what it was. Now I see it was staring me in the face, in
the help.
Thanks.
|
|
|
Re: How to make hidden Graphics? [message #76451 is a reply to message #76450] |
Wed, 01 June 2011 13:45  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 6/1/11 2:36 PM, Paulo Penteado wrote:
>
> While identifying another occurrence of some of the current rendering
> bugs (http://www.idlcoyote.com/ng_tips/render.php), I noticed I did
> not remember how to make one of the Graphics without it showing in the
> screen. The equivalent of
>
> iplot,indgen(10),user_interface='none',/disable_splash_scree n,/
> no_save_prompt
>
> And could not find the answer, in the help or with a cursory look at
> the source files. Is there a way to do it? Something I saw in one of
> the source files suggested it might not be possible, but since it was
> just a quick look, I could easily be wrong.
Do you mean the BUFFER keyword? or something more?
IDL> p = plot(findgen(10), /buffer)
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL, A Guide to Learning IDL: http://modernidl.idldev.com
Research Mathematician
Tech-X Corporation
|
|
|