<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>