<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi everyone,</div><div dir="ltr"><br></div><div>basically, I am coming with 2 issues here:</div><div><br></div><div>1) I am trying to stipple the 95% statistical significance, for this purpose I have set 2 resource lists: one for the base contours, and one for the stat. significance contours on top. For the resource list on top, I have set </div><div><br></div><div><div> res2@cnMonoFillPattern = True</div><div> res2@cnFillPattern = 17</div></div><div><br></div><div>to get the dots instead of lines. Somehow that change didn't work. Did I miss something?</div><div><br></div><div>2) How do I panel plots that are produced using the 'overlay' procedure? I have tried using</div><div><br></div><div>plot(0) = overlay(plot1, plot_stat)</div><div>plot(1) = oberlay(plot2, plot_stat)</div><div><br></div><div>etc. but that gave me an error message.</div><div><br></div><div>Thanks for any help and sorry if I had missed these issues in earlier conversations.</div><div>Anne</div><div><br></div><div>- - - - - - - - - - - - - - - - - - - - - - - - - - </div><div>For point 1), here are my resources:</div><div><br></div><div>; ** PLOT1 **</div><div>... res1 resources, filled contours, all good....</div><div><br></div><div> plot_a = gsn_csm_contour_map (wks, var_diff(0,:,:), res)<br></div><div><br></div><div><div> ; ** PLOT 2 ***</div><div> res2 = True ; res2 probability plots</div><div> res2@gsnDraw = False ; Do not draw plot<br></div><div> res2@gsnFrame = False ; Do not advance frame</div><div><br></div><div> res2@cnLevelSelectionMode = "ManualLevels" ; set manual contour levels</div><div> res2@cnMinLevelValF = 90 ; set min contour level</div><div> res2@cnMaxLevelValF = 100 ; set max contour level</div><div> res2@cnLevelSpacingF = 0.1 ; set contour spacing</div><div><br></div><div> res2@cnMonoFillPattern = True</div><div> res2@cnFillPattern = 17</div><div> res2@cnFillDotSizeF = 0.5<br></div><div><br></div><div> res2@cnInfoLabelOn = False ; turn off info label</div><div> res2@cnLinesOn = False ; do not draw contour lines<br></div><div> res2@cnLineLabelsOn = False ; do not draw contour labels</div><div> res2@gsnLeftString = ""</div><div> res2@gsnRightString = ""</div><div><br></div><div> res2@gsnMaximize = True ; enlarge plot</div><div> res2@gsnAddCyclic = True</div><div><br></div><div> plot_stat = gsn_csm_contour(wks, aveX, res2) ; aveX = 95% stat sign. </div><div> overlay (plot_a, plot_stat)<br></div><div><br></div><div> draw(plot_a)</div><div> frame(wks)</div></div><div><br></div></div></div></div></div>
<br>
<div><font style="font-family:Arial,Helvetica,sans-serif" size="2">Nota automatica aggiunta dal sistema di posta.</font></div><div><img src="https://www.unive.it/media/banner_150.jpg"></div>