<div dir="ltr"><div>re: "is there any 'AUTOMATIC' way to avoid overwriting the gsnCenterString?"</div><div><br></div><div>Sorry, no.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 19, 2019 at 4:03 AM S Br via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi All,<br><div>I am generating a multi lines panel plot with multiple overlay command. However, the 'gsngsnCenterString' defined is overwriting may be due to the use of multiple 'overlay' command and the CenterString becomes thicker.</div><div>Is there any way to avoid overwriting the CenterString?</div><div>;**********************************</div><div>  res@gsnCenterString     = "AMOnr PI"         ; change Center string<br>   res@gsnLeftString       = "(b)"         ; change Left string<br>   res@gsnStringFontHeightF = 0.010</div><div><br>   res@xyLineColors        = (/"green4"/) ; Line colours (white-to invisible the markov line)<br>   plot(2) = gsn_csm_xy(wks, p11, spec1@spcx, res)<br>   res@xyLineColors        = (/"red"/) ; Line colours (white-to invisible the markov line)<br>   plot2 = gsn_csm_xy(wks, p21, spec2@spcx, res)<br>   res@xyLineColors        = (/"blue"/) ; Line colours (white-to invisible the markov line)<br>   plot3 = gsn_csm_xy(wks, p31, spec3@spcx, res)<br>  <br>   overlay(plot(2),plot2)<br>   overlay(plot(2),plot3)</div><div>;***************************************************<br>   </div><div>Thank you.</div><div>SB<br></div><div><br></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>