Re: Q: how to write the graphic output to a file [message #19584] |
Mon, 03 April 2000 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Luis Alonso (luis.alonso@uv.es) writes:
> I need to output a graph generated with polyfill to a file, instead of the
> standard graphic output.
> I usually do w/ TVRD function, but as the image to be generated is much
> bigger than the maximum graphic window size, this is not possible. My image
> is about 10000x5000 pixels.
If you computer refuses to make a pixmap this large
(mine did), you can try this in the Z-graphics buffer.
This worked for me:
Set_Plot, 'Z'
Device, Set_Resolution=[10000, 5000]
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|