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: Darren Gallant <address@hidden> >Organization: . >Keywords: 199909292056.OAA27369 >Dear Support, > >Thanks for your previous reply. The method worked extremely well. >I have another question. I want to create a color PS image. >Is there a way to color the title, the station marker, and the number >printed while using the SFMAP command and setting the device to PS? >Below is how I generated my PS image. > > AREA = DSET > GAREA = 25.0;-102.5;50.0;-65.0 > SATFIL = > RADFIL = > SFPARM = ;;totx (I want this param in color e.g. red) > DATTIM = all > SFFILE = /raid3/ntdir/airport.gem > COLORS = 1 > MAP = 1 > LATLON = 0 > MARKER = 1 > TITLE = 1/2/COMAIR Ascents/Descents per day > CLEAR = YES > PANEL = 0 > DEVICE = PS > PROJ = MER > FILTER = > TEXT = 1 > SKPMIS = NO > LUTFIL = > STNPLT = 0|5|/raid3/ntdir/REXstns.tbl > > >Thanks > >Darren R. Gallant UCAR/JOSS >Programmer/Technician Joint OfFice Of Science Support >303-497-2634 P.O. Box 3000 >address@hidden Boulder,CO 80307-30000 > > Darren, the PS diver supports several options (see "phelp device"). For color postscript, DEVICE=PS|||C. To set the color of the marker, title, and data, define the color in the parameter options, eg: TITLE = title color / title line location / title string MARKER = marker color / marker type / size / width / hw flag COLORS = 2 COLOR #2 is red (see phelp colors). The parameter COLORS defines the color of the plotted data, MARKER allows the marker color to be defined using the first option position, as does TITLE. Steve Chiswell