|
Re: PNGs without X? [message #33758 is a reply to message #33757] |
Tue, 21 January 2003 12:08  |
tam
Messages: 48 Registered: February 2000
|
Member |
|
|
Dr. Sven Geier wrote:
...
> Anybody know how to do a standard run-of-the mill X-type plot into a file or
> into an array or into RAM or such?
>
> Thanks in advance...
>
> -- SG
>
>
I believe the Z-buffer plotting device can be used here. Just...
set_plot, 'Z'
... Do your plotting
z=tvrd()
write_png,...
The DEVICE options let you set the number of pixels in the image.
There are probably better or more modern ways to do this, but I think
this will at least get you started.
Good luck,
Tom McGlynn
|
|
|