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

Home » Public Forums » archive » Re: No more plot_io, plot_oi, plot_oo calls in IDL version 4.0?????
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: No more plot_io, plot_oi, plot_oo calls in IDL version 4.0????? [message #4556 is a reply to message #4555] Fri, 09 June 1995 00:00 Go to previous message
rivers is currently offline  rivers
Messages: 228
Registered: March 1991
Senior Member
In article <Pine.SUN.3.90.950608164338.5206P-100000@alexis>, Jeff Bloch <jbloch@alexis> writes:
>
> We have the IDL 4.0 releases but not yet installed them. One of my
> colleages was examining the new documentation and noticed that there is
> no more plot_oo etc. calls for making log-log or semi-log plots, but
> instead you use /xlog or /ylog keywords to the plot call. Does this mean
> all of our old code using plot_io etc. will no longer work?????????????

No, I just tried plot_oo on IDL 4.0 on AXP/VMS and it works.

I have always thought that plot_oo, plot_io, etc. were the wrong way to do it.
All of the other axis structure elements (!X.RANGE, !X.STYLE, etc.) are
"sticky", i.e. if you set them they stay set. However, !X.TYPE is not sticky -
if you set !X.TYPE=1 (for a log axis) and then issue a plot command it sets
!X.TYPE back to zero. This lack of symmetry is a real pain.

PLOT, FINDGEN(100), XTYPE=1 ; This draws a log-lin plot
!X.TYPE=1
PLOT, FINDGEN(100) ; This draws a lin-lin plot, !X.TYPE gets reset
____________________________________________________________
Mark Rivers (312) 702-2279 (office)
CARS (312) 702-9951 (secretary)
Univ. of Chicago (312) 702-5454 (FAX)
5640 S. Ellis Ave. (708) 922-0499 (home)
Chicago, IL 60637 rivers@cars3.uchicago.edu (Internet)
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Casting floating point number into e-notation
Next Topic: IDL and supercomputing

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

Current Time: Sat Oct 11 15:57:24 PDT 2025

Total time taken to generate the page: 1.28221 seconds