<div dir="ltr">Hi:<div><br></div><div>I am doing a loop where I overlay one plot on top of another.</div><div><br></div><div>I'd like each xy plot to display its own title, in particular with it's own radius.</div><div><br></div><div>However, I am only able to see on each plot the radius of the first plot (called plot), rather than the radius that should appear in the MainTitle each loop.</div><div><br></div><div>Any suggestions?</div><div><br></div><div>Thank you</div><div><br></div><div>  do kr = 4,nkr<br>  delete (res@tiMainString)<br>  radius = sprintf("%6.1f", xrr(kr-1))<br>  print("radius = " + radius)<br>  res@tiMainString      = "Raindrops on Window "  + radius<br>  print("res@tiMainString  = " + res@tiMainString )<br>  ff_name = "ff"+sprinti("%0.2i", kr)<br>  ff1_name = "ff1i"+sprinti("%0.2i", kr)<br>  print("ff_name = " + ff_name)<br>  print("ff1_name = " + ff1_name)<br>  data :=wrf_user_getvar(o,ff1_name,time)<br>  data_1d  = ndtooned(data(0,:,:))<br>  printVarSummary(data_1d)<br>  unf_1d = ndtooned(unf)<br>  printVarSummary(unf_1d)<br>  data_1d = where(data_1d.le.1.E-5,-999,data_1d)<br>  max_data = max(data_1d)<br>  data_1d = where(data_1d.ne.-999,data_1d/max_data,data_1d)<br>; print(cmap)<br>  res@xyMarkerColor     = cmap(kr*3,:)               ; Marker color<br>  res@xyMarkerSizeF     = 0.1*xr(kr-1)<br>  plot_name := "plot_"+sprinti("%0.2i", kr)<br>  print("plot_name = " + plot_name)<br>  plot_name  := gsn_csm_xy (wks,unf_1d,data_1d,res)                    ; create plot<br>  overlay(plot,plot_name)<br>  draw(plot)<br>  frame(wks)<br>  end do<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(34,34,34)">Guest Editor of Special Issue “Extreme Hydroclimatic Events and Prediction”</span><br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">LINK:</span><br style="color:rgb(34,34,34)"><a href="https://www.mdpi.com/journal/water/special_issues/Extreme_Hydroclimatic_Events" rel="noreferrer" style="color:rgb(17,85,204)" target="_blank">https://www.mdpi.com/journal/water/special_issues/Extreme_Hydroclimatic_Events</a><br></div><div dir="ltr"><br></div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div></div></div>