<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">I’m trying to complete this figure by making some cosmetic changes.</div><div class="">I thought these would be rather easy but I’m missing something. What I would like to do are:</div><div class=""><br class=""></div><div class="">1.) Move the plots closer vertically and remove the y-axis labels.&nbsp;</div><div class="">2.) I added a y2-axis title on the right side of the right column plots. How do I get these to show up?&nbsp;</div><div class="">I’ve tried using the tmYLLabelsOn but this doesn’t give me the changes I need. I suspect something is interfering.</div><div class=""><br class=""></div><div class="">Would appreciate some advice on this.</div><div class=""><br class=""></div><div class="">Thanks in advance!</div><div class="">/M</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">plot snip…..</div><div class=""><br class=""></div><div class=""><div class="">wks = gsn_open_wks("pdf","zmean_xy")</div><div class="">&nbsp; plot = new(4,graphic)</div><div class="">&nbsp; data = new((/3,dimsizes(djfzm&amp;lat)/),double)</div><div class=""><br class=""></div><div class="">&nbsp; res = True</div><div class="">&nbsp; resR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True&nbsp;</div><div class=""><br class=""></div><div class="">&nbsp; res@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp;&nbsp;</div><div class="">&nbsp; res@gsnDraw &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp;&nbsp;</div><div class="">&nbsp; res@xyLineThicknesses = (/2.0,2.0,2.0/) &nbsp; &nbsp; &nbsp;</div><div class="">&nbsp; res@xyLineColors &nbsp; &nbsp; &nbsp;= (/"blue","red","black"/)</div><div class=""><br class=""></div><div class="">&nbsp; resR@trYMinF = -4</div><div class="">&nbsp; resR@trYMaxF = 30</div><div class="">&nbsp; res@trYMinF = 180</div><div class="">&nbsp; res@trYMaxF = 300</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; ; add a legend</div><div class="">&nbsp; res@pmLegendDisplayMode &nbsp; &nbsp;= "Always" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; turn on legend</div><div class="">&nbsp; res@pmLegendSide &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "Top" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Change location of</div><div class="">&nbsp; res@pmLegendOrthogonalPosF = -0.65 &nbsp; &nbsp; ; Move into plot</div><div class="">&nbsp; res@pmLegendParallelPosF &nbsp; = 0.35 &nbsp; &nbsp; &nbsp; ; Move to right</div><div class="">&nbsp; res@pmLegendWidthF &nbsp; &nbsp; &nbsp; &nbsp; = 0.2 &nbsp; &nbsp; &nbsp; ; Decrease width</div><div class="">&nbsp; ;res@pmLegendHeightF &nbsp; &nbsp; &nbsp; &nbsp;= 0.1 &nbsp; &nbsp; &nbsp; ; Decrease height</div><div class="">&nbsp; res@lgBoxMinorExtentF &nbsp; &nbsp; &nbsp;= 0.2 &nbsp; &nbsp; &nbsp; ; Shorten the legend lines</div><div class="">&nbsp; res@lgLabelFontHeightF &nbsp; &nbsp; = 0.02 &nbsp; &nbsp; ; Change the font size</div><div class="">&nbsp; res@lgPerimOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; no box around</div><div class="">&nbsp; res@xyExplicitLegendLabels = (/"EC-Earth","NOAA18"/)</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; resR@xyLineThicknesses &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 2. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; thicker line</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; ; GRID lines</div><div class="">&nbsp; res@tmXMajorGrid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; implement x grid&nbsp;</div><div class="">&nbsp; res@tmXMajorGridThicknessF &nbsp; &nbsp; &nbsp;= 1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; 2.0 is default</div><div class="">&nbsp; res@tmXMajorGridLineDashPattern = 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; select short dash lines</div><div class="">&nbsp; resR@tmYMajorGrid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; implement y grid</div><div class="">&nbsp; resR@tmYMajorGridThicknessF &nbsp; &nbsp; &nbsp;= 1.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; 2.0 is default</div><div class="">&nbsp; resR@tmYMajorGridLineDashPattern = 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; select short dash lines</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; res@tiYAxisString &nbsp;= "Brightness Temperature [K]" ; y-axis title</div><div class="">&nbsp; ;res@tmXBLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; do not draw bottom labels</div><div class="">&nbsp; ;resR@tmYRLabelsOn &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; no right labels</div><div class="">&nbsp; ;res@tmYLLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = True &nbsp;&nbsp;</div><div class="">&nbsp; data(0,:) = djfzm</div><div class="">&nbsp; data(1,:) = djfozm</div><div class="">&nbsp; data(2,:) = djfzm - djfozm</div><div class="">&nbsp; plot(0) = gsn_csm_xy2 (wks,djfzm&amp;lat,data(0:1,:),data(2,:),res,resR)</div><div class=""><br class=""></div><div class="">&nbsp; ;**************************</div><div class="">&nbsp; res@pmLegendDisplayMode = "Never"</div><div class="">&nbsp; res@tiYAxisString = "" ; y-axis title</div><div class="">&nbsp; ;res@tmYLLabelsOn &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; left labels</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; resR@tiYAxisString = "EC-Earth - NOAA18 [~F33~D K]" ; y2-axis title</div><div class="">&nbsp; ;resR@tmYRLabelsOn &nbsp;= True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; right labels</div><div class=""><br class=""></div><div class="">&nbsp; data(0,:) = mamzm</div><div class="">&nbsp; data(1,:) = mamozm</div><div class="">&nbsp; data(2,:) = mamzm - mamozm</div><div class="">&nbsp; plot(1) = gsn_csm_xy2 (wks,mamzm&amp;lat,data(0:1,:),data(2,:),res,resR)</div><div class="">&nbsp;</div><div class="">&nbsp; res@tiYAxisString &nbsp;= "Brightness Temperature [K]" ; y-axis title</div><div class="">&nbsp; resR@tiYAxisString &nbsp;= "" ; y-axis title</div><div class="">&nbsp; res@tiXAxisString &nbsp;= "Latitude" ; x-axis title</div><div class="">&nbsp; ;res@tmXBLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; draw bottom labels</div><div class="">&nbsp; ;resR@tmYRLabelsOn &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; right labels</div><div class="">&nbsp; ;res@tmYLLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; left labels</div><div class="">&nbsp; data(0,:) = jjazm</div><div class="">&nbsp; data(1,:) = jjaozm</div><div class="">&nbsp; data(2,:) = jjazm - jjaozm</div><div class="">&nbsp; plot(2) = gsn_csm_xy2 (wks,jjazm&amp;lat,data(0:1,:),data(2,:),res,resR)</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; res@tiYAxisString &nbsp;= "" ; y-axis title</div><div class="">&nbsp; resR@tiYAxisString &nbsp;= "EC-Earth - NOAA18 [~F33~D K]" ; y2-axis title</div><div class="">&nbsp; res@tiXAxisString &nbsp;= "Latitude" ; x-axis title</div><div class="">&nbsp; ;res@tmYRLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; right labels</div><div class="">&nbsp; ;res@tmYLLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;left labels</div><div class="">&nbsp; ;resR@tmYRLabelsOn &nbsp; &nbsp; &nbsp; &nbsp;= True&nbsp;</div><div class="">&nbsp; data(0,:) = sonzm</div><div class="">&nbsp; data(1,:) = sonozm</div><div class="">&nbsp; data(2,:) = sonzm - sonozm</div><div class="">&nbsp; plot(3) = gsn_csm_xy2 (wks,sonzm&amp;lat,data(0:1,:),data(2,:),res,resR)</div><div class="">&nbsp;&nbsp;</div><div class="">&nbsp; resP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</div><div class="">&nbsp; resP@gsnMaximize &nbsp;= True&nbsp;</div><div class="">&nbsp; gsn_panel(wks,plot,(/2,2/),resP)</div></div><div class=""><br class=""></div><div class="">***************</div></body></html>