yes but the image which you have attached is this a jpeg file or some shape layer which you have exported to GIS. Actually i want to create a shaded contour plot as shape layer so that i can export it on my GIS.<div><br></div>
<div>Thanks if you can help me.</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 10:53 AM, Jeff Lake <span dir="ltr">&lt;<a href="mailto:admin@michiganwxsystem.com" target="_blank">admin@michiganwxsystem.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 bgcolor="#FFFFFF" text="#000000">
    <div>if your creating sn help mehape files, you can
      control the interval of the shape file<br>
      with &#39;set ccols ................&#39;<br>
      <br>
      I use GrADS to make a number of shape files, then use postGIS and
      php to create the maps<br>
      <br>
      <a href="http://images.michiganwxsystem.com/contours/snow/rap_snowdepth.png" target="_blank">http://images.michiganwxsystem.com/contours/snow/rap_snowdepth.png</a><span class="HOEnZb"><font color="#888888"><br>
      <pre cols="72">-Jeff Lake
MichiganWxSystem.com
AllisonHouse.com
TheWeatherCenter.net
GRLevelXStuff.com</pre></font></span><div><div class="h5">
      On 11/15/2012 0:03, manu verma wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite"><br>
      <br>
      <div class="gmail_quote">On Thu, Nov 1, 2012 at 10:03 PM, 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:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          Manu,<br>
          Are you wanting to draw or create shapefiles?  Use &#39;set gxout
          shp&#39; for creating shapefiles, but &#39;draw shp ...&#39; for drawing
          them.  If you haven&#39;t already done so, please review the GrADS
          documentation for instructions on working with shapefiles:<br>
          <a href="http://grads.iges.org/grads/gadoc/shapefiles.html" target="_blank">http://grads.iges.org/grads/gadoc/shapefiles.html</a><br>
          <br>
          Here are a couple of useful links included in the above:<br>
          <a href="http://grads.iges.org/grads/gadoc/gradcomdsetshpopts.html" target="_blank">http://grads.iges.org/grads/gadoc/gradcomdsetshpopts.html</a><br>
          <a href="http://grads.iges.org/grads/gadoc/gradcomddrawshp.html" target="_blank">http://grads.iges.org/grads/gadoc/gradcomddrawshp.html</a><br>
          <br>
          Here is a simple sample script sequence for overlaying a
          shapefile (political boundaries) on a shaded variable (sea
          level pressure):<br>
          <br>
          &#39;set gxout shaded&#39;<br>
          &#39;set mpdraw off&#39;<br>
          &#39;d prmslmsl/100&#39;<br>
          &#39;cbarn&#39;<br>
          &#39;set shpopts -1&#39;<br>
          &#39;set line 4&#39;<br>
          &#39;draw shp admin98&#39;<br>
          <br>
          Stephen Mc
          <div>
            <div><br>
              <br>
              <div class="gmail_quote">
                On Thu, Nov 1, 2012 at 3:51 AM, manu verma <span dir="ltr">&lt;<a href="mailto:verma.manuu@gmail.com" target="_blank">verma.manuu@gmail.com</a>&gt;</span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                  Thanks <br>
                  But i want to save two set gxout shaded and set gxout
                  shp in one script.If i use set gxout shaded then it
                  doesn&#39;t save in shape file.PLease help<br>
                  <br>
                  <div class="gmail_quote">
                    <div>
                      <div>On Wed, Oct 31, 2012 at 6:53 PM, Stephen
                        McMillan <span dir="ltr">&lt;<a href="mailto:smcmillan@planalytics.com" target="_blank">smcmillan@planalytics.com</a>&gt;</span>
                        wrote:<br>
                      </div>
                    </div>
                    <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                      <div>
                        <div>First &quot;display&quot; any variable from your
                          dataset, then use the draw shp command.
                           Stephen Mc<br>
                          <br>
                          <div class="gmail_quote">
                            <div>
                              <div>On Wed, Oct 31, 2012 at 4:37 AM, manu
                                verma <span dir="ltr">&lt;<a href="mailto:verma.manuu@gmail.com" target="_blank">verma.manuu@gmail.com</a>&gt;</span>
                                wrote:<br>
                              </div>
                            </div>
                            <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                              <div>
                                <div>Dear all<br>
                                  <br>
                                  <br>
                                  When i am running command draw shp it
                                  always showing no scaling environment.
                                  How to resolve it.<span><font color="#888888"><br>
                                      <br>
                                      <br>
                                      Manu<br>
                                    </font></span><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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
                              <br>
                            </blockquote>
                          </div>
                          <br>
                        </div>
                      </div>
                      <pre>***************************************************
The information contained in this e-mail message is intended only for the use of the recipient(s) named above and may contain information that is privileged, confidential, and/or proprietary. 

If you are not the intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the sender immediately by e-mail, and delete the original message.
***************************************************

</pre>
                      <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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
                        <br>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                  <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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
                  <br>
                </blockquote>
              </div>
              <br>
              <pre>***************************************************
The information contained in this e-mail message is intended only for the use of the recipient(s) named above and may contain information that is privileged, confidential, and/or proprietary. 

If you are not the intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the sender immediately by e-mail, and delete the original message.
***************************************************

</pre>
            </div>
          </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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      Hello<br>
      <br>
      I want to make shaded contours and export it as shapefile in
      grads. HOw to do it.Please help me<br>
      <br>
      Thanks<br>
      Manu<br>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
gradsusr mailing list
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
    </blockquote>
    <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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>