comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Change default value of system variable?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Change default value of system variable? [message #23844] Fri, 23 February 2001 08:54 Go to previous message
K. Bowman is currently offline  K. Bowman
Messages: 330
Registered: May 2000
Senior Member
I prefer to plot with black lines on a white background, so in my
idl_startup file I include

!P.BACKGROUND = COLOR_24('white') ;Set background color to white
!P.COLOR = COLOR_24('black') ;Set default draw color to black

(COLOR_24 is my own routine.)

This works fine until I change plot devices and then change back, viz.

flow>idl
IDL Version 5.3 (IRIX mipseb). (c) 1999, Research Systems, Inc.
IDL> PRINT, !P.BACKGROUND, !P.COLOR
16777215 0
IDL> SET_PLOT, 'PS'
IDL> SET_PLOT, 'X'
IDL> PRINT, !P.BACKGROUND, !P.COLOR
0 255

This means that I have to include code to set !P.BACKGROUND and
!P.COLOR in every time I switch graphics devices. Is there any way to
change the default value of a built-in system variable?

Thanks, Ken
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: survey: accelerated 3D volumetric rendering
Next Topic: Repeats and Triangulation

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:49:52 PDT 2025

Total time taken to generate the page: 0.00449 seconds