Hello,<br><br>How do for plot lines contour with values?<br><br>Thanks<br> <br><br><div class="gmail_quote">2010/3/19 Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="word-wrap: break-word;">Hi, Lukas -- <div>This question has come up before, but the archives are hard to search through at the moment. Attached below is the question and the script fragment and image sample that illustrate how it works. </div>
<div>--Jennifer </div><div><div class="im"><br><div><div>On Mar 19, 2010, at 9:53 AM, Lukas Mosimann wrote:</div><br><blockquote type="cite"><div>Hello everybody<br><br>I have already used Grads for a few months but I have never tried to plot<br>
station data. And now I tried to do so - but I didn&#39;t have much effort ;)<br><br>I would like to plot the temperatures of some weather stations in different<br>colors depending on the value. I tried the following<br><blockquote type="cite">
<blockquote type="cite">...<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">set gxout value<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">set ccolor rainbow<br></blockquote>
</blockquote><blockquote type="cite"><blockquote type="cite">d var<br></blockquote></blockquote><br>But I only got white values - but I would like to get colored values (not<br>points. When I use &quot;set gxout stnmark&quot; instead of value, I don&#39;t have any<br>
problems).<br>Is there any possibility to plot such a map with station data? And what did<br>I do wrong?<br><br>Thanks a lot.<br><br>Lukas<br><br></div></blockquote></div></div><div><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="word-wrap: break-word;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div>
<br></div><div>-------------------------------------------------</div><div><br></div><span style="font-size: medium;"><div>On Aug 10, 2009, at 3:55 AM, Jennifer Faber wrote:</div><br><blockquote type="cite"><span style="text-transform: none; text-indent: 0px; border-collapse: separate; white-space: normal; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;"><div bgcolor="#ffffff" style="word-wrap: break-word;">
<div><font face="Arial" size="2">Hi Jennifer</font></div><div><font face="Arial" size="2"></font> </div><div><font face="Arial" size="2">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 face="Arial" size="2">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 face="Courier" size="4"><span style="font-size: 14px;"><br></span></font></div><div><div><font face="Courier" size="4"><span style="font-size: 14px;">&#39;set lat 22 55&#39;</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">&#39;set lon -130 -60&#39;</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">var = &#39;ts&#39;</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">levs = &#39;-15 -10 -5 0 5 10 15&#39;</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">cols = &#39;9  4   5  3 7 8  2  6&#39;</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">ncols=8</span></font></div><div>
<font face="Courier" size="4"><span style="font-size: 14px;">c=1</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">while (c&lt;=ncols)</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  col=subwrd(cols,c)</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">  maxlev=subwrd(levs,c)</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  if (c&gt;1)</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">    minlev=subwrd(levs,c-1)</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">  endif</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  &#39;set ccolor &#39;col</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  &#39;set gxout value&#39;</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">  &#39;set stat on&#39;</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  if (c=1)</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">    belowmax=&#39;(maskout(&#39;var&#39;,(&#39;maxlev&#39;-0.0001)-&#39;var&#39;))&#39;</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">    &#39;d &#39;belowmax</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  else</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">    minandabove=&#39;(maskout(&#39;var&#39;,&#39;var&#39;-(&#39;minlev&#39;)))&#39;</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">    if (c=ncols)</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">      &#39;d &#39;minandabove</span></font></div><div>
<font face="Courier" size="4"><span style="font-size: 14px;">    else</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">      belowmax=&#39;maskout(&#39;minandabove&#39;,(&#39;maxlev&#39;-0.0001)-&#39;minandabove&#39;)&#39;</span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">      &#39;d &#39;belowmax</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">    endif</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">  endif  </span></font></div>
<div><font face="Courier" size="4"><span style="font-size: 14px;">  c=c+1</span></font></div><div><font face="Courier" size="4"><span style="font-size: 14px;">endwhile</span></font></div><div><br></div><div><br></div><div>
<img src="cid:8EB13856BC804D43946B516DCAD2A09B@wollp24" height="579" width="772"></div></div></span></span></span></div></span> </div><br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br>