default plot window size in IDL 6.2 [message #45998] |
Thu, 27 October 2005 14:46  |
Josh Colwell
Messages: 6 Registered: September 2005
|
Junior Member |
|
|
I'm getting a gigantic plot window opening in direct graphics mode
since I upgraded to IDL 6.2. It may be looking at my video size and
using half the width or something like that (I have two monitors, so
about 3000 pixels effective screen width). Any plot command generates a
1500 pixel wide window. Is there a way to set preferences for a fixed
default plot window size?
|
|
|
Re: default plot window size in IDL 6.2 [message #46143 is a reply to message #45998] |
Thu, 27 October 2005 15:40  |
Ken Mankoff
Messages: 158 Registered: February 2000
|
Senior Member |
|
|
On Thu, 27 Oct 2005, Josh Colwell wrote:
> I'm getting a gigantic plot window opening in direct graphics mode
> since I upgraded to IDL 6.2. It may be looking at my video size
> and using half the width or something like that (I have two
> monitors, so about 3000 pixels effective screen width). Any plot
> command generates a 1500 pixel wide window. Is there a way to set
> preferences for a fixed default plot window size?
I have the following in my .Xdefaults file. It might help.
Idl.graphicsWindowWidth: 640
Idl.graphicsWindowHeight: 512
-k.
|
|
|
Re: default plot window size in IDL 6.2 [message #46144 is a reply to message #45998] |
Thu, 27 October 2005 15:26  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Also, this problem seems to be Unix only. At least I don't have these probs
on XP. H.
"Josh Colwell" <joshuacolwell@yahoo.com> wrote in message
news:1130449577.083285.89260@g44g2000cwa.googlegroups.com...
> I'm getting a gigantic plot window opening in direct graphics mode
> since I upgraded to IDL 6.2. It may be looking at my video size and
> using half the width or something like that (I have two monitors, so
> about 3000 pixels effective screen width). Any plot command generates a
> 1500 pixel wide window. Is there a way to set preferences for a fixed
> default plot window size?
>
|
|
|
Re: default plot window size in IDL 6.2 [message #46145 is a reply to message #45998] |
Thu, 27 October 2005 15:24  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
We just ran into that problem yesterday. The solution was to disable the
"use 1/4 screen" option in the graphics section in the preferences.
Haje
"Josh Colwell" <joshuacolwell@yahoo.com> wrote in message
news:1130449577.083285.89260@g44g2000cwa.googlegroups.com...
> I'm getting a gigantic plot window opening in direct graphics mode
> since I upgraded to IDL 6.2. It may be looking at my video size and
> using half the width or something like that (I have two monitors, so
> about 3000 pixels effective screen width). Any plot command generates a
> 1500 pixel wide window. Is there a way to set preferences for a fixed
> default plot window size?
>
|
|
|
Re: default plot window size in IDL 6.2 [message #46147 is a reply to message #45998] |
Thu, 27 October 2005 14:49  |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
Josh Colwell wrote:
> I'm getting a gigantic plot window opening in direct graphics mode
> since I upgraded to IDL 6.2. It may be looking at my video size and
> using half the width or something like that (I have two monitors, so
> about 3000 pixels effective screen width). Any plot command generates a
> 1500 pixel wide window. Is there a way to set preferences for a fixed
> default plot window size?
>
I don't know about Unixes, but in Windows, it's File -> Preferences ->
Graphics.
Benjamin
|
|
|