[ncl-talk] pannel plot
Vanúcia Schumacher
vanucia-schumacher at hotmail.com
Fri Mar 6 16:37:11 MST 2015
I would like to plot the Plot1 beside to the plot0 with different labelbar, but I can not. Can anyone help with this?! Figure (attached). Are 13 pictures of models and 1 with different LabelBar
....res at gsnCenterString = "BCC-CSM1.1-CFSR Anomalies" res at gsnStringFontHeightF = 0.025 plot0 = gsn_csm_contour_map_ce(wks,a0,res)
res1 =res res1 at gsnCenterString = "CFSR (CTRL) mean ZG-500 hPa " res1 at cnMinLevelValF = 5000 ; min level res1 at cnMaxLevelValF = 5800 ; max level res1 at cnLevelSpacingF = 10 ; contour interval res1 at cnFillPalette = "BlueYellowRed" res1 at gsnStringFontHeightF = 0.025 plot1 = gsn_csm_contour_map_ce(wks,var,res1)
....; create panel;************************************************ ; resP = True ; modify the panel plot ; resP at gsnPanelLabelBar = True ; add common colorbar ; resP at lbLabelFontHeightF = 0.007 ; make labels smaller
panres1 = True ; modify the panel plot panres1 at gsnFrame = False ; don't advance frame yet panres1 at gsnPanelLabelBar = True ; add common colorbar panres1 at gsnPanelTop = 0.95 ; Make sure not too close to panres1 at gsnPanelBottom = 0.35 ; edge, so it maximizes better. panres1 at lbLabelAutoStride = True panres1 at lbOrientation = "vertical" panres1 at pmLabelBarWidthF = 0.075 ; make thinner panres1 at pmLabelBarHeightF = 0.25
panel1=gsn_panel_return(wks,(/plot0,plot2,plot3,plot4,plot5,plot6,plot7,plot8,plot9,plot10,plot11,plot12,plot13/),(/7,2/),panres1)
panel2= gsn_panel_return(wks,plot1,(/1,1/),panres1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150306/5439580a/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zg.anom.png
Type: image/png
Size: 205554 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150306/5439580a/attachment.png
More information about the ncl-talk
mailing list