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

Home » Public Forums » archive » PLOT_TO - problem
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
PLOT_TO - problem [message #124] Sun, 14 April 1991 01:38
tmca is currently offline  tmca
Messages: 3
Registered: April 1991
Junior Member
Oooh, look, a real post (just to prove that I really do read this newgroup).

I have a question -

We run IDL under VMS 5.3 using graphon VT2** terminals. The problem
is to generate a file from an IDL plot such that the plot can be displayed
from DCL simply by TYPEing it. Nominally, the following code segment should
achieve this:

IDL> get_lun,lun
IDL> openw,lun,'plot.dat'
IDL> x = indgen(100)
IDL> plot,x
IDL> close,lun
IDL> free_lun,lun
IDL> plot_to,0

It doesn't.

Two files result. The file PLOT.DAT can be TYPEd and will display some of
the plot, but garbages partway through. The other file FORXXX.DAT (where
XXX == %val(lun)) appears to be empty.

Any ideas?

(another alternative might be a postscript viewer for VMS workstations,
does anyone know of such an animal).

See, look, there really is real traffic in this newgroup.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Does anybody read this group?
Next Topic: Bug in SunOS 4.1.1 affects IDL

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

Current Time: Fri Oct 10 00:10:19 PDT 2025

Total time taken to generate the page: 0.79903 seconds