Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!ut-emx!emx.utexas.edu From: tmca@emx.utexas.edu (The Anarch) Newsgroups: comp.lang.idl-pvwave Subject: PLOT_TO - problem Message-ID: <47168@ut-emx.uucp> Date: 14 Apr 91 08:38:36 GMT Sender: news@ut-emx.uucp Organization: The University of Texas at Austin; Austin, Texas Lines: 31 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.