Home »
Public Forums »
archive »
Re: data file to postscript
Re: data file to postscript [message #28511] |
Fri, 07 December 2001 00:23 |
Jeff Hester
Messages: 21 Registered: December 2001
|
Junior Member |
|
|
Several ways I suspect. The first that comes to mind is to dimension
the plot area to the full page with DEVICE, generate your plot using
POSITION to force it to the upper part of the paper, then write a loop
to use a bunch of XYOUTS calls to write columns of data.
It's ugly, but it would work.
Helena Kruger wrote:
> I enter a data file with the OPENR command in my IDL program and then
> I use set_plot, 'PS' to print the graph on a printer. Is it possible
> to send the data file together with its graph to the same postscript
> file, so that the graph and the data values (x and y values of the
> graph) can be printed on the same page?
>
> Helena Kruger
--
Jeff Hester
Professor
Dept. of Physics & Astronomy
Arizona State University
jhester@asu.edu
|
|
|
Current Time: Wed Oct 08 18:38:13 PDT 2025
Total time taken to generate the page: 0.00599 seconds