Page 1 of 1

Text color for plotting isotherms

Posted: Wed May 21, 2008 4:58 pm
by tannura1
Hi,

I am using a script to plot isotherms, but only specific temperatures (like 70F). It works fine, but I cannot figure out how to change the text color along the isotherm (I can change the font size in preferences < styles < general isopleths. But.... the color of the text is always blue (see attached image).

I attached an example and the script it below. Any idea how to change the color to black so it is more readable?? Thanks!

#Maximum Temperatures US Yesterday#
ingest,\\VOSTRO400\script\test.dat
load,C:\Program Files\DigAtmEquinox\map new united states central.dmf
#Contour High Temperature Lines#

Analyze, CONT CINT EQUA=45 LINE=4 COLOR=0:255:0 DEGF TEMP
Analyze, CONT CINT EQUA=50 LINE=4 COLOR=255:255:000 DEGF TEMP
Analyze, CONT CINT EQUA=55 LINE=4 COLOR=255:000:000 DEGF TEMP
Analyze, CONT CINT EQUA=60 LINE=4 COLOR=125:000:000 DEGF TEMP
Analyze, CONT CINT EQUA=70 LINE=4 COLOR=255:000:255 DEGF TEMP

sfcplotmodel,plot temperature.sps
product,plf,0, Maximum Temperatures