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

Home » Public Forums » archive » ANNOUNCE: psconfig
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
ANNOUNCE: psconfig [message #18368] Sat, 18 December 1999 00:00
mallors is currently offline  mallors
Messages: 76
Registered: November 1997
Member
Hi everyone,

I would like present a new object widget tool called
PSCONFIG that is used to configure the IDL Postscript
device. It builds on ideas from psform.pro by D. Fanning
and cmpsform.pro by C. Markwardt. The widget allows the
interactive setting of many parameters of the Postscript
device, and uses a really cool embedded object graphics
widget to handle the placement of the plot region on the
page. Since it uses object graphics, however, it's pretty
much useless if you try to run it over the network :-(

Here is a picture of the widget, created with the command
"config = PSCONFIG ()"

http://gammaray.msfc.nasa.gov/~mallozzi/home/software/idl/im g/psconfig.jpg

You will need two files to run the program:

http://gammaray.msfc.nasa.gov/~mallozzi/home/software/idl/sr c/psconfig.pro
http://gammaray.msfc.nasa.gov/~mallozzi/home/software/idl/sr c/rectangle__define.pro

This program is meant to be a companion to my plot
configuration tool called PLOTCONFIG, available from

http://gammaray.msfc.nasa.gov/~mallozzi/home/software/idl/sr c/plotconfig.pro

Both programs use the same concept of passing parameters
to the relevant IDL command via the _EXTRA keyword:

config = PLOTCONFIG ()
PLOT, ..., _EXTRA = config

config = PSCONFIG ()
SET_PLOT, 'PS'
DEVICE, _EXTRA = config

or more simply:

PLOT, ..., _EXTRA = PLOTCONFIG ()
SET_PLOT, 'PS'
DEVICE, _EXTRA = PSCONFIG ()

I look forward to your bug reports and requests for
improvements, hopefully after the holidays :-)


Regards,

-bob





--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Robert S. Mallozzi 256-544-0887
Mail Code SD 50
http://gammaray.msfc.nasa.gov/ Marshall Space Flight Center
http://cspar.uah.edu/~mallozzir/ Huntsville, AL 35812
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Colors and Redhat linux 6.0
Next Topic: Colors and Redhat linux 6.0

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

Current Time: Wed Oct 08 14:01:28 PDT 2025

Total time taken to generate the page: 0.00635 seconds