<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Laura,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I believe that once you add something as an annotation, you can't add the same thing as an annotation again.  In fact, I'm guessing that's why you called NhlRemoveAnnotation, because NCL probably gave you an error on the second <span style="background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">gsn_add_annotation</span> call.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you need to add the same text string twice, I recommend creating two text strings and adding them separately:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><div class="gmail_default">;---Create two text objects</div><div class="gmail_default">txid_1 = gsn_create_text(wks,"00 GMT-01 GMT",txres)</div><div class="gmail_default"><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">txid_2 = gsn_create_text(wks,"00 GMT-01 GMT",txres)</span><br></div><div class="gmail_default"><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default"><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div class="gmail_default">amres  = True</div><div class="gmail_default">amres@amParallelPosF    = -0.38 ; This is the right edge of the plot.                                     </div><div class="gmail_default">amres@amOrthogonalPosF  =  0.35 ; This is the bottom edge of the plot.                                    </div><div class="gmail_default">amres2 = True</div><div class="gmail_default">amres2@amParallelPosF   =  0.00 ; This is the right edge of the plot.                                     </div><div class="gmail_default">amres2@amOrthogonalPosF =  0.35 ; This is the bottom edge of the plot.                                    </div><div class="gmail_default"><br></div><div class="gmail_default">annoid_1  = gsn_add_annotation(plot,txid_1,amres)</div><div class="gmail_default">annoid_2 = gsn_add_annotation(plot,txid_2,amres2)<br></div><div class="gmail_default">draw(plot)</div><div class="gmail_default">frame(wks)</div><div class="gmail_default" style="font-size:small"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 24, 2018 at 4:33 PM, Laura Fowler <span dir="ltr"><<a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello:<div><br></div><div>I am trying to add some annotation in one of my plot following the example text_9.ncl. The plot show the orbit of a satellite and I am trying to add the time of the orbit on the plot. I do not have issue if I add the text once. If I add the same text box in an other part of the orbit, then part of the first text is hidden because I have to call "draw(plot)" a second time. How can I go around this issue?</div><div><br></div><div>I am attaching the plot and sourcecode if helpful.</div><div><br></div><div>Cheers,</div><div>Laura</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div><br clear="all"><div><br></div>-- <br><div class="m_-6742100859332264275gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-----------------------------<wbr>------------------------------<wbr>------------------------------<wbr>--------------------</font><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Laura D. Fowler                                                                                       </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Mesoscale and Microscale Meteorology Division (MMM)         </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">National Center for Atmospheric Research<br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">P.O. Box 3000, Boulder CO 80307-3000</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">e-mail: <a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">phone: 303-497-1628</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-----------------------------<wbr>------------------------------<wbr>------------------------------<wbr>--------------------</font><br></div></div></div>
</div></font></span></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>