saving plots as .eps [message #17503] |
Tue, 19 October 1999 00:00 |
Dave Avis
Messages: 2 Registered: October 1999
|
Junior Member |
|
|
I am trying to save a 2D scatter plot as a .eps file. My plot is a plot of
two vectors, for example
plot xvector,yvector
I have looked at online examples and printed documentation and am still
having problems. I do
set_plot 'ps'
device,/ENCAPSULATED ;followed by other stuff
My problem comes when trying to use TV or any of its other incarnations
(TVSCL, TVRD...). It seems to me that they want a 2D array of the pixel
values of the plot window. I am not sure how to get this array. I may be
misunderstanding what TV is trying to do, or I may be going about it the
wrong way, I'm not sure. Any help is most appreciated.
Thanks,
Dave
|
|
|