Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PostScript Window Size
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David Fanning  
View profile  
 More options Jun 25 2011, 2:43 am
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@dfanning.com>
Date: Sat, 25 Jun 2011 00:43:53 -0600
Local: Sat, Jun 25 2011 2:43 am
Subject: PostScript Window Size
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.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TonyL  
View profile  
 More options Jun 25 2011, 5:31 am
Newsgroups: comp.lang.idl-pvwave
From: TonyL <anthony.legg...@bigpond.com>
Date: Sat, 25 Jun 2011 02:31:22 -0700 (PDT)
Local: Sat, Jun 25 2011 5:31 am
Subject: Re: PostScript Window Size
On Jun 25, 4:43 pm, David Fanning <n...@dfanning.com> wrote:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Fanning  
View profile  
 More options Jun 25 2011, 10:03 am
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@dfanning.com>
Date: Sat, 25 Jun 2011 08:03:31 -0600
Local: Sat, Jun 25 2011 10:03 am
Subject: Re: PostScript Window Size

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.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »