<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I assume you are talking about the spacing of the tickmarks, and not the spacing of the lat/lon grid lines (which you have to turn on via mpGridAndLimbOn)?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You can&#39;t control the tickmark spacing very easily for any non cylindrical equidistant map, but you could set:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">  res@mpGridAndLimbOn = True</div><div class="gmail_default" style="font-size:small">  res@mpGridLatSpacingF = 1</div><div class="gmail_default" style="font-size:small">  res@mpGridLonSpacingF = 1</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">to get grid lines spaced at 1 degrees.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you really want tickmarks to be 1 degrees, then see the first frame of example &quot;mptick_9.ncl&quot; at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Applications/mptick.shtml#ex9">http://www.ncl.ucar.edu/Applications/mptick.shtml#ex9</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style>You should be able to copy the &quot;add_map_tickmarks&quot; function that is in this script, and use it for your own purposes.</div><div class="gmail_default" style><br></div><div class="gmail_default" style>You would need to add these two lines, as you see in this example, but change them for your own use:</div><div class="gmail_default" style><br></div><div class="gmail_default" style>







<p class=""><span class="">;---We&#39;re putting tickmarks on all four axes.</span></p>
<p class=""><span class="">  res@tmYLValues = ispan(32,55,3)</span></p>
<p class=""><span class="">  res@tmXBValues = ispan(128,144,4)</span></p><p class=""><span class=""><br></span></p></div><div class="gmail_default" style>--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 10, 2014 at 5:10 AM, 朱磊 <span dir="ltr">&lt;<a href="mailto:leizhu@pku.edu.cn" target="_blank">leizhu@pku.edu.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have set my map plot setting like:<br>
  res@mpProjection          = &quot;LambertConformal&quot;<br>
  res@mpLambertParallel1F   = f1@TRUELAT1<br>
  res@mpLambertParallel2F   = f1@TRUELAT2<br>
  res@mpLambertMeridianF    = f1@CEN_LON<br>
  res@mpLimitMode           =  &quot;Corners&quot;<br>
  res@mpLeftCornerLatF      = 15<br>
  res@mpLeftCornerLonF      = 110<br>
  res@mpRightCornerLatF     =  35<br>
  res@mpRightCornerLonF     = 140<br>
and used &quot;gsn_csm_contour_map&quot; to plot.<br>
<br>
Then the latitude spcing default to set to 1 degree. How can I to change the defaut setting, like 2 degree or 0.5 degree? If anyone can help me?<br>
Thank you very much.<br>
<br>
<br>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>