|
Re: new window in coyote graphics [message #78381 is a reply to message #78379] |
Fri, 18 November 2011 06:32  |
Jeremy Bailin
Messages: 618 Registered: April 2008
|
Senior Member |
|
|
On 11/17/11 3:38 PM, Avian wrote:
> I'm having a hard time finding the answer to this for some reason.
>
> I'm just trying to get Coyote's cgplot to open up a new window and not erase the lovely plotting in the window it just did in a previous routine. I tried setting /WINDOW, WTITLE='win2' but that didn't seem to help.
>
> Thanks in advance!
cgwindow?
-Jeremy.
|
|
|
Re: new window in coyote graphics [message #78389 is a reply to message #78381] |
Thu, 17 November 2011 12:52  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Avian writes:
> I'm having a hard time finding the answer to this for some reason.
>
> I'm just trying to get Coyote's cgplot to open up a new window and not erase the lovely plotting in the window it just did in a previous routine. I tried setting /WINDOW, WTITLE='win2' but that didn't seem to help.
You do the same thing in Coyote Graphics that you
did in regular ol' IDL graphics. Open a new window!
cgWindow
cgplot, data, /window
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|