<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Marc,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The simple solution is to set:</div><div class="gmail_default" style="font-size:small"><br></div>  res@pmTickMarkDisplayMode = "Always"<div><br></div><div><div class="gmail_default" style="font-size:small">​The longish explanation is that it used to be that you couldn't get map tickmark labels at all, so for C.E. plots, we created some special code to explicitly add labels. This is what you see in the original plot.  We didn't do this for other map projections because we knew that eventually the internal code would be enhanced to get labels for other map projections. This internal code only gets activated by the "​<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">pmTickMarkDisplayMode" resource, which is a Plot Manager resource that if you give it a value of "Always", it will force the map tickmarks to be added. We haven't made this the default yet because the internal code is not really complete. I think at some point we may just turn this on and make it the default.</span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">--Mary</span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 10, 2018 at 8:45 AM, Marc Michelsen <span dir="ltr"><<a href="mailto:marc@u.washington.edu" target="_blank">marc@u.washington.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi NCLers,<br>
    <br>
    When I use the CylindricalEquidistant map projection it looks great:<br>
    <br>
    3414 olympus% cat maponly.ncl<br>
    begin<br>
      wks  = gsn_open_wks("png","maponly")<br>
      res                        = True<br>
      res@mpOceanFillColor       = "cyan"<br>
      res@mpLandFillColor        = "sienna"<br>
      res@mpInlandWaterFillColor = "cyan"<br>
      res@mpProjection = "CylindricalEquidistant"<br>
    ;  res@mpProjection = "CylindricalEqualArea"<br>
      res@mpMinLatF = -45.<br>
      res@mpMaxLatF = 45.<br>
      plot = gsn_csm_map(wks,res)<br>
      delete(wks)<br>
      system("convert -trim maponly.png maponly.png")<br>
      end<br>
    3415 olympus% ncl < maponly.ncl<br>
     Copyright (C) 1995-2017 - All Rights Reserved<br>
     University Corporation for Atmospheric Research<br>
     NCAR Command Language Version 6.4.0<br>
     The use of this software is governed by a License Agreement.<br>
     See <a class="m_-3405825847758788068moz-txt-link-freetext" href="http://www.ncl.ucar.edu/" target="_blank">http://www.ncl.ucar.edu/</a> for
    more details.<br>
    3416 olympus%<br>
    <br>
    <img src="cid:part2.F54B78D6.392015F1@u.washington.edu" alt=""><br>
    <br>
    However if I switch to <br>
    res@mpProjection = "CylindricalEqualArea"<br>
    I get this:<br>
    <br>
    <img src="cid:part3.247588E0.2EA2170C@u.washington.edu" alt=""><br>
    <br>
    i.e. no tickmarks, no lat/lon labels and the min max latitude are
    not respected. Is this a bug or am I missing something?<br>
    <br>
    Thanks,<br>
    <br>
    Marc<br>
    <br>
    <p><br>
    </p>
  </div>

<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>