<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body 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="moz-txt-link-freetext"
href="http://www.ncl.ucar.edu/">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>
</body>
</html>