This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: John Merrill <address@hidden> >Organization: UCAR/Unidata >Keywords: 200110251739.f9PHd1100177 >Dear Steve: > I've had some success in making cross sections with white backgrounds, >and am pushing this into media wilderness areas (for me). I've used the gf >device - fine; same on xw and ps. Now I'm trying xwp, but don't know how >to make the advertised PostScrip file appear. Perhaps this is used only in >the GUI applications? Thanks for any help you can provide. John > > >John Merrill Telephone: 401-874-6715 >Graduate School of Oceanography, URI Fax: 401-874-6898 > John, As you guessed, the XWP driver is the GUI combination of both the PS and XW device. This lets you print PS files from the GUI. For creating a postscript file from GDCROSS (and other text interface programs), use the DEVICE=ps|filename|x;y|type where x;y is 8.5;11 for portait and 11;8.5 for landscape (or 11;17 / 17;11 if you have a printer that has that size paper tray). The "type" is either C for color postscript, G for grayscale, or M for monochrome. After running the program, be sure to run gpend for the postscript file to be finished/flushed. The above may duplicate what you already know if you've been sucessful in using the PS driver and were only referring to XWP. The other generally useful drivers are "gif" for gif images without having to use an X server, nc for meta files for NTRANS, tiff (like fax maps used), or vg (vector graphics). The nice thing about the VG driver is that you can then display the products in gpmap using the VGFILE parameter, or imported into NMAP2 for use with the drawing tools to annotate, or display with other daya sets. Steve Chiswell