Steve--
I'm not sure what you have against screen-dumping the display.
We've generated some really slick overheads with both of the
following:
If you're running Sun Open Windows, the snapshot utility lets
you capture displays as sun raster files. You can manipulate
colors, etc. in these files with xview. Then use Jeff
Poskanzer's public-domain portable bitmap tools to convert
these through a portable bitmap format to postscript, e.g.:
rasttopnm sunrast.rs | pnmtops | lpr -q yourprinter
Use pnmrotate 90 if you want landscape rather than portrait.
If you're running an X-emulator such as Exceed or Reflection
on a micro under MS Windows, you can clip images right into whatever
else--Adobe Photoshop, Powerpoint, your documents....
Or use the CELL monitor, as Sue Huse suggests. Just size it
appropriately. Malcolm Williamson at CAST put out some detailed
postings on using CELL last year; they're in the grassu archives.
John Mackenzie
University of Delaware
Is there a way to print the current display to a PostScript file? Can
the display be saved to a raster file? I have successfully printed
out my raster files using ps.map and would now like create PostScript
files of graphics generated from commands such as d.histogram and d.3d.Is this possible? I am not interested in sceendumping the display!
Thanks again,
Steve King