<div dir="ltr">Thank you, I take out the plot index and it works. I was trying to loop over certain cases for same plots. Anyway it works, so I can re-organize my script.<div><br></div><div>Joey</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 12, 2017 at 9:29 AM, Guido Cioni <span dir="ltr">&lt;<a href="mailto:guidocioni@gmail.com" target="_blank">guidocioni@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Joey,<div>without going into details I may have a solution for your problem. You have to assign every call of <font face="Menlo">gsn_add_polymarker</font> to a unique variable in order to plot all the points. Instead of doing</div><div><br></div><div><font face="Menlo">gsn_add_polymarker(wks,plots(<wbr>k),lon2,lat2,mkres)</font></div><div><br></div><div>you should do something like this</div><div><br></div><div><font face="Menlo"> marker = gsn_add_polymarker(wks,plots(<wbr>k),lon2,lat2,mkres)</font></div><div><br></div><div>I also see that you are using an index k for plots which has dimension 1 and then creating a panel with just 1 plot...Is there any specific reason? This may also be the cause :) Try to simplify things. </div><div><br></div><div>Try this before and let the list know whether it helps or not so that we can see whether the error is somewhere else.</div><div>Cheers </div><div><br><div><blockquote type="cite"><div>On 12. Jul 2017, at 15:18, Jiaoyan Huang &lt;<a href="mailto:huangj1311@gmail.com" target="_blank">huangj1311@gmail.com</a>&gt; wrote:</div><br class="m_5460781068967451544Apple-interchange-newline"><div><span id="m_5460781068967451544cid:F348AA11-4395-4094-8CDE-6D13AF1D0D49@mpimet.mpg.de">&lt;plot_delta_annual_narrow.ncl&gt;</span></div></blockquote></div><span class="HOEnZb"><font color="#888888"><br><div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br class="m_5460781068967451544Apple-interchange-newline">Guido Cioni</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><a href="http://guidocioni.altervista" target="_blank">http://guidocioni.altervista</a>.<wbr>org</div>

</div>
<br></font></span></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>_________________________________________________________________</div><font size="2" face="arial, helvetica, sans-serif"><div dir="ltr"><font size="2" face="arial, helvetica, sans-serif"><br></font></div>Jiaoyan Huang (Joey)</font></div><div><font size="2" face="arial, helvetica, sans-serif">Atmospheric Science | Air Quality Engineer | Data Analysis | Modeling<br>I wish to leave a clean earth to our next generation</font></div><div><font size="2" face="arial, helvetica, sans-serif"><br></font></div><div dir="ltr"><a href="mailto:jiaoyanh@ad.unc.edu" style="font-family:arial,helvetica,sans-serif;font-size:small;white-space:nowrap" target="_blank">jiaoyanh@email.unc.edu</a><br></div><div><span style="color:rgb(51,51,51);line-height:20px;font-family:arial,helvetica,sans-serif;font-size:small">100 Europa Drive, Suite 490</span></div><div><span style="color:rgb(51,51,51);line-height:20px;font-family:arial,helvetica,sans-serif;font-size:small">Chapel Hill, NC 27517</span></div><div><font size="2" face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);line-height:20px"><br></span></font></div><div dir="ltr"><br></div></div></div></div></div></div></div></div></div>
</div>