<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi All NCL Users
<div><br>
</div>
<div>I have created a plot with ship tracks as dots and winds overlaid over them.</div>
<div><br>
</div>
<div>I wanted to join the last 5 points (i.e. ship tracks) so that I can create a trail of where the ship had been the last 5 timesteps.</div>
<div><br>
</div>
<div>I am not sure how to do it. I have used this if statement but it does not create any lines between the last 5 points of the ship tracks?</div>
<div><br>
</div>
<div>If statement to create lines between the last 5 ship dots:</div>
<div>if(dimsizes(nh).le.5)then &nbsp; &nbsp; ;where nh is the loop for the number of hours for the ship tracks</div>
<div>gsn_polyline(wks,plot,lon(indexes),lat(indexes),gres)</div>
<div>&nbsp; end if</div>
<div><br>
</div>
<div>Many thanks in advance.</div>
<div><br>
</div>
<div>Kindest Regards</div>
<div>Melissa</div>
</div>
</body>
</html>