<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
I'm trying to draw a map without decorations to a PNG file, and filling an entire area (so I can hand it off to a WMS server). &nbsp;For a global 360x180 file, I am scripting:
<div>'sdfopen timeAvg.AIRX3STD_006_Temperature_A.20120101-20120101.180W_90S_180E_90N.925hPa.nc'<br>
'set mproj off'<br>
'set gxout shaded'<br>
'set frame off'<br>
'set grid off'<br>
'set mpdraw off'<br>
'set xlab off'<br>
'set ylab off'<br>
'set grads off'<br>
'd airx3std_006_te'<br>
'printim out.png x360 y180'<br>
'quit'<br>
<br>
</div>
<div>But it still leaves margins around the edges, even if I use the -geometry arg on the command line (-geometry 360x180&#43;0&#43;0).</div>
<div><br>
</div>
<div><img height="180" width="360" apple-width="yes" apple-height="yes" apple-inline="yes" id="2950FC57-D05C-4BC7-A52F-6547BBFC2F1B" src="cid:178304D5-EBB5-4964-886F-88814FEDF811@gsfc.nasa.gov"></div>
<div>
<div>--<br>
Dr. Christopher Lynnes &nbsp; &nbsp; NASA/GSFC, Code 610.2 &nbsp; &nbsp;phone: 301-614-5185<br>
&quot;Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that's creativity.&quot; -- C. Mingus<br>
<br>
</div>
<br>
</div>
</body>
</html>