<div dir="ltr"><div>Hi,</div><div><br></div><div>I&#39;m using gun_csm_contour on 3 plots in a (/1,3/) panel. I have set the resource as</div><div>given below, but some labels are still showing up in the plot.</div><div><br></div><div><br></div><div><div>    res               = True</div><div>    res@gsnDraw       = False            ; don&#39;t draw</div><div>    res@gsnFrame      = False            ; don&#39;t advance frame</div><div>    res@cnFillOn      = True             ; turn on color</div><div>    res@lbLabelBarOn  = False            ; turn off individual cb&#39;s</div><div><br></div><div>    res@cnFillPalette = &quot;WhBlGrYeRe&quot;</div><div>    res@tmXMajorGrid                =  True     ;-- turn on x-grid</div><div>    res@tmXMajorGridThicknessF      =  1.0      ;-- thinner the lines</div><div>    res@tmXMajorGridLineDashPattern =  2        ;-- use dashed lines</div><div>    res@tmYMajorGrid                =  True     ;-- turn on y-grid</div><div>    res@tmYMajorGridThicknessF      =  1.0      ;-- thinner the lines</div><div>    res@tmYMajorGridLineDashPattern =  2        ;-- use dashed lines</div><div>    res@tmXTOn                      = False</div><div>    res@tmYROn                      = False</div><div><br></div><div>    res@cnLevelSelectionMode =  &quot;ManualLevels&quot;</div><div>    res@cnMinLevelValF       = 100</div><div>    res@cnMaxLevelValF       = 2000</div><div>    res@cnLevelSpacingF      = 100</div><div>    res@cnInfoLabelOn          = False  ; turn off cn info label</div><div>    res@cnLinesOn               = False  ; Turn off contour lines</div><div><br></div><div>    ; Ch 5 - 4</div><div>    res@tiYAxisString = &quot;Ch5 - Ch4 [K]&quot;</div><div>    res@tiXAxisString = &quot;Ch5 [K]&quot;</div><div>    plots(0) = gsn_csm_contour(wks,hist5m4,res)  ; Create filled contours</div><div><br></div><div>    ; Ch 5 - 3</div><div>    res@tiYAxisString = &quot;Ch5 - Ch3 [K]&quot;</div><div>    res@tiXAxisString = &quot;Ch5 [K]&quot;</div><div>    res@tmYLLabels    = &quot;&quot;</div><div>    plots(1) = gsn_csm_contour(wks,hist5m3,res)  ; Create filled contours</div></div><div><br></div><div><div>    ; Ch 4 - 3</div><div>    res@tiYAxisString = &quot;Ch4 - Ch3 [K]&quot;</div><div>    res@tiXAxisString = &quot;Ch4 [K]&quot;</div><div>    plots(2) = gsn_csm_contour(wks,hist4m3,res)  ; Create filled contours</div><div><br></div><div>    resP                    = True              ; modify the panel plot</div><div>    resP@gsnFrame           = False             ; don&#39;t advance panel plot</div><div>    resP@gsnPanelLabelBar   = True              ; add common colorbar</div><div>    resP@gsnMaximize        = True                ; maximize plots</div><div>    resP@gsnPanelBottom     = 0.05</div><div>    gsn_panel(wks,plots,(/1,3/),resP)            ; now draw as one plot</div></div><div><br></div><div>any ideas as to why this is happening even after I have set the resource below to false? </div><div><br></div><div><div>res@cnInfoLabelOn          = False  ; turn off cn info label</div><div>res@cnLinesOn               = False  ; Turn off contour lines</div></div><div><br></div><div><br></div><div>Appreciate your help,</div><div>/M</div><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><font color="#0000ff">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</font></div><div><font color="#0000ff">Marston S. Johnston, PhD</font></div><div><font color="#0000ff">Department of Earth Sciences</font></div><div><font color="#0000ff">University of Gothenburg</font><span style="color:rgb(0,0,255)">, Sweden</span></div><div><font color="#0000ff">Email: <a href="mailto:marston.johnston@gu.se" target="_blank">marston.johnston@gu.se</a> </font></div><div><font color="#0000ff">Phone: +46-31-7864901 <br></font></div><div><font color="#0000ff">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</font></div><div><font color="#0000ff">Only the fruitful thing is true!</font></div></div></div></div></div></div>
</div>