<div dir="ltr">I hear you, I&#39;ve done that too. Can you take a peak at either of the images I linked to? With your knowledge of grads, would you say they are plotting those snowfall numbers using gxout grid? It just seems so different than what a gridded plot does, even with skipping.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 25, 2015 at 10:21 AM, Stephen McMillan <span dir="ltr">&lt;<a href="mailto:smcmillan@planalytics.com" target="_blank">smcmillan@planalytics.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes, Chris, what you said makes sense.  If all you want to do is thin out the number displays from a grid, then use &quot;skip&quot; (and maskout too if you want to not plot the values over some area such as over water).  For example:<div><br></div><div><div style="font-size:12.8px">&#39;d skip(maskout(t2m,landsfc-0.5),2)&#39;</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">displays every other grid value in both x- and y-direction over land areas only, where &quot;t2m&quot; was my temperature variable.</div><span class="HOEnZb"><font color="#888888"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Stephen</div></font></span></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 25, 2015 at 9:59 AM, Christopher Gilroy <span dir="ltr">&lt;<a href="mailto:chris.gilroy@gmail.com" target="_blank">chris.gilroy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I do want it to draw snowfall amounts, but like in the two images, not &quot;griddy&quot;. If you look at, <a href="http://blog.chron.com/weather/wp-content/blogs.dir/2579/files/2014/01/gfs_6hr_snow_acc_se_19.png" target="_blank">http://blog.chron.com/weather/wp-content/blogs.dir/2579/files/2014/01/gfs_6hr_snow_acc_se_19.png</a> that doesn&#39;t appear to be drawing those numbers based on a grid at all. They are all scattered about on the map with no real &quot;grid&quot; structure to them. The only way I know how to &quot;control&quot; the frequency (perhaps &quot;stepping&quot; might be a better word?) of the drawing of values would really be to maskout coupled with re-gridding so it doesn&#39;t put a number on every possible area that weasdsfc has a value for is. If that makes sense?<br></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Fri, Sep 25, 2015 at 9:53 AM, Stephen McMillan <span dir="ltr">&lt;<a href="mailto:smcmillan@planalytics.com" target="_blank">smcmillan@planalytics.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Chris,<div><br></div><div>If you don&#39;t want to display all the grid values, then you can use &#39;draw string...&#39; using the coordinates of whatever stations or locations you want displayed on top of the shaded contours.  See <a href="http://www.iges.org/grads/gadoc/gradcomddrawstring.html" target="_blank">http://www.iges.org/grads/gadoc/gradcomddrawstring.html</a></div><div><br></div><div>Stephen McMillan</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Fri, Sep 25, 2015 at 8:55 AM, Christopher Gilroy <span dir="ltr">&lt;<a href="mailto:chris.gilroy@gmail.com" target="_blank">chris.gilroy@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><span style="font-size:12.8px">I&#39;m trying to plot something like this: </span><a href="http://i60.tinypic.com/2v9voe0.jpg" style="font-size:12.8px" target="_blank">http://i60.tinypic.com/2v9voe0.jpg</a><span style="font-size:12.8px"> (WXBell has the same basic setup, </span><a href="http://blog.chron.com/weather/wp-content/blogs.dir/2579/files/2014/01/gfs_6hr_snow_acc_se_19.png" style="font-size:12.8px" target="_blank">http://blog.chron.com/weather/wp-content/blogs.dir/2579/files/2014/01/gfs_6hr_snow_acc_se_19.png</a><span style="font-size:12.8px">) with the inch&#39;s plotting on-top of the shaded area but the only way I know how to display &quot;values&quot; like that is with gxout grid, which then makes the numbers plot in grids (obviously) and unless I&#39;m missing something with options I don&#39;t see a way to make it output as &quot;loose&quot; as theirs are, instead of literally in a &quot;grid&quot; (square box) format.</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I&#39;m currently simply doing:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>&#39;set gxout grid&#39;</div><div>&#39;set gridln off&#39;</div><div>&#39;set dignum 1&#39;</div><div>&#39;set digsiz 0.05&#39;<br></div><div>&#39;d re(maskout(weasdsfc, weasdsfc-3), 0.25)&#39;<br></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Which, you can image it will output tons of numbers all over, making it completely illegible. Any clue on how to do something like the above two images?</div><span><font color="#888888"><div><br></div>-- <br><div>-Chris A. Gilroy</div>
</font></span></div>
<br></div></div>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div>-Chris A. Gilroy</div>
</font></span></div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
</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" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">-Chris A. Gilroy</div>
</div>