Re: PostScript Window Size [message #76749] |
Sat, 25 June 2011 07:03 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
TonyL writes:
> Seems OK for me
>
> set_plot,'ps'
> { x86 Win32 Windows Microsoft Windows 8.1 Mar 9 2011 32 64}
> print,!d.x_size, !d.y_size
> 17780 12700
Yep, my fault. It seems .Full_Reset doesn't clear
this setting in PostScript. I needed to completely
exit IDL.
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 thos speakest truth.")
|
|
|
Re: PostScript Window Size [message #76750 is a reply to message #76749] |
Sat, 25 June 2011 02:31  |
TonyL
Messages: 14 Registered: November 2008
|
Junior Member |
|
|
On Jun 25, 4:43 pm, David Fanning <n...@dfanning.com> wrote:
> Folks,
>
> Is there something wrong with this from a fresh IDL session:
>
> IDL> print, !version
> { x86_64 Win32 Windows Microsoft Windows 8.1 Mar 9 2011 64 64}
> IDL> set_plot, 'ps'
> IDL> print, !d.x_size, !d.y_size
> -2147483648 -2147483648
>
> Should I be expecting something, uh, more reasonable?
>
> 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 thos speakest truth.")
Seems OK for me
set_plot,'ps'
{ x86 Win32 Windows Microsoft Windows 8.1 Mar 9 2011 32 64}
print,!d.x_size, !d.y_size
17780 12700
|
|
|