<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18813">
<STYLE></STYLE>
</HEAD>
<BODY 
style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space" 
bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi Jennifer,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Yes this is exactly what I want to achieve! 
Great!</FONT></DIV>
<DIV><FONT size=2 face=Arial>With this part of the script can I make my own 
images? </FONT></DIV>
<DIV><FONT size=2 face=Arial>I will try to see if it will work for me...I will 
let you know!</FONT></DIV>
<DIV><FONT size=2 face=Arial>Thanks a lot for you effort!!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Jennifer</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
dir=ltr>
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=jma@COLA.IGES.ORG href="mailto:jma@COLA.IGES.ORG">Jennifer Adams</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=GRADSUSR@LIST.CINECA.IT 
  href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, August 10, 2009 2:53 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: New Release 2.0.a7</DIV>
  <DIV><BR></DIV><BR>
  <DIV>
  <DIV>On Aug 10, 2009, at 3:55 AM, Jennifer Faber wrote:</DIV><BR 
  class=Apple-interchange-newline>
  <BLOCKQUOTE type="cite"><SPAN 
    style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium Helvetica; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" 
    class=Apple-style-span>
    <DIV 
    style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space" 
    bgcolor="#ffffff">
    <DIV><FONT size=2 face=Arial>Hi Jennifer</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>I was wondering if you and your team are 
    considering adding a feature fto GrADS to colour station value according to 
    their value.</FONT></DIV>
    <DIV><FONT size=2 face=Arial>Until so far there was been no good solution to 
    my problem.</FONT></DIV></DIV></SPAN></BLOCKQUOTE>
  <DIV><BR></DIV>
  <DIV>Here is a script fragment I composed, followed by the image output. I 
  think this is what you are trying to do...</DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span><BR></SPAN></FONT></DIV>
  <DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>'set lat 22 
  55'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>'set lon -130 
  -60'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>var = 'ts'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>levs = '-15 -10 -5 0 5 10 
  15'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>cols = '9 &nbsp;4 &nbsp; 5 
  &nbsp;3 7 8 &nbsp;2 &nbsp;6'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>ncols=8</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>c=1</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>while 
  (c&lt;=ncols)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" 
  class=Apple-style-span>&nbsp;&nbsp;col=subwrd(cols,c)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" 
  class=Apple-style-span>&nbsp;&nbsp;maxlev=subwrd(levs,c)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp;if 
  (c&gt;1)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; 
  &nbsp;minlev=subwrd(levs,c-1)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" 
  class=Apple-style-span>&nbsp;&nbsp;endif</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp;'set ccolor 
  'col</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp;'set gxout 
  value'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp;'set stat 
  on'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp;if 
  (c=1)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; 
  &nbsp;belowmax='(maskout('var',('maxlev'-0.0001)-'var'))'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; &nbsp;'d 
  'belowmax</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" 
  class=Apple-style-span>&nbsp;&nbsp;else</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; 
  &nbsp;minandabove='(maskout('var','var'-('minlev')))'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; &nbsp;if 
  (c=ncols)</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; &nbsp; &nbsp;'d 
  'minandabove</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; 
  &nbsp;else</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; &nbsp; 
  &nbsp;belowmax='maskout('minandabove',('maxlev'-0.0001)-'minandabove')'</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; &nbsp; &nbsp;'d 
  'belowmax</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp; 
  &nbsp;endif</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>&nbsp;&nbsp;endif 
  &nbsp;</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" 
  class=Apple-style-span>&nbsp;&nbsp;c=c+1</SPAN></FONT></DIV>
  <DIV><FONT class=Apple-style-span size=4 face=Courier><SPAN 
  style="FONT-SIZE: 14px" class=Apple-style-span>endwhile</SPAN></FONT></DIV>
  <DIV><BR></DIV>
  <DIV><BR></DIV>
  <DIV><IMG src="cid:8EB13856BC804D43946B516DCAD2A09B@wollp24" width=804 
  height=600 apple-height="yes" 
apple-width="yes"></DIV></DIV></DIV></BLOCKQUOTE></BODY></HTML>