Re: Coyote Graphics PS/PDF output size/orientation [message #85496 is a reply to message #85495] |
Tue, 13 August 2013 17:22   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> I don't have a way currently to resize a window programmatically, but I
> will in about five minutes. :-)
You can download a new cgControl here:
http://www.idlcoyote.com/programs/cgcontrol.pro
To resize a cgWindow programmatically, you can do this:
cgControl, Resize=[600,800] ; Portrait mode window
Or, even this:
cgControl, Resize=600 ; Square aspect 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 thue. ("Perhaps thou speakest truth.")
|
|
|