<div dir="ltr">Dear all,<div><br></div><div><br></div><div>I am plotting a contour line for each time step (17 steps) from a single netcdf file.</div><div>Here's my script:</div><div><br></div><div><div>'sdfopen <a href="http://hgt_may_monmean_1979-1995.nc">hgt_may_monmean_1979-1995.nc</a>'</div><div>'set display color white'</div><div>'c'</div><div>tim_min=1</div><div>tim_max=17</div><div>'set lat -10 60'</div><div>'set lon 60 180'</div><div>while(tim_min <= tim_max)</div><div>'set t 'tim_min</div><div>'set parea 1 8 2 10'</div><div><br></div><div>'set z 3'</div><div>'set gxout contour'</div><div>'set clevs 1520'</div><div>'d hgt'</div><div><br></div><div>'printim test.png'</div><div>tim_min=tim_min+1</div><div>endwhile</div><div>'quit'</div></div><div><br></div><div>The problem is that the axis labels are "printed" on top of one another so it appears to be "bold" characters.</div><div>I am attaching the output image here.</div><div><br></div><div><br></div><div>Is there a work around solution to this such that the axis labels will only be plotted for the "first" or "last" time step?</div><div><br></div><div>I'll appreciate any help. </div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font face="comic sans ms, sans-serif"><b><u>Lyndon Mark P. Olaguera</u></b></font><div><br></div></div></div></div></div></div></div></div></div></div>
</div></div>