[ncl-talk] A question about Panel Title Font Height
Barry Lynn
barry.h.lynn at gmail.com
Sat May 27 23:41:01 MDT 2017
Hi:
I have been trying to adjust (shrink a bit) the height of the font on my
panel plots (attached).
I have tried numerous commands, but none of them have an effect. I have
attached the code, and here is where I tried to make changes.
Thank you,
; Overlay contours on a map
;pltres at NoTitles = True
pltres at CommonTitle = True
; pltres at PlotTitleHeightF = 0.0008
; pltres at gsnMainFontHeight = 0.001
pltres at tiMainFontHeightF = 0.01
; pltres at PlotTitle = times(itime)
; pltres at PlotTitle = date + " Ensemble " + i_loop
print("i_loop = " + i_loop)
ii_loop = (i_loop+1)*4-4
print("ii_loop = " + ii_loop)
pltres at PlotTitle = date + " ZDR (all)"
plots(ii_loop) = wrf_map_overlays(a,wks,(/contour/),pltres,mpres)
ii_loop = (i_loop+1)*4-3
pltres at PlotTitle = date + " ZDR (liquid)"
plots(ii_loop) = wrf_map_overlays(a,wks,(/contour_s/),pltres,mpres)
ii_loop = (i_loop+1)*4-2
pltres at PlotTitle = date + " ZDR (snow)"
plots(ii_loop) = wrf_map_overlays(a,wks,(/contour_l/),pltres,mpres)
ii_loop = (i_loop+1)*4-1
pltres at PlotTitle = date + " ZDR (graupel)"
--
Barry H. Lynn, Ph.D
Senior Lecturer,
The Institute of the Earth Science,
The Hebrew University of Jerusalem,
Givat Ram, Jerusalem 91904, Israel
Tel: 972 547 231 170
Fax: (972)-25662581
C.E.O, Weather It Is, LTD
Weather and Climate Focus
http://weather-it-is.com
Jerusalem, Israel
Local: 02 930 9525
Cell: 054 7 231 170
Int-IS: x972 2 930 9525
US 914 432 3108
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170528/d09ded97/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrf_time_loop_radius_zdr_panel_all.ncl
Type: application/octet-stream
Size: 14109 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170528/d09ded97/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrf_zdr_radar_panel_time_all02_08_2013_1.3km.pdf
Type: application/pdf
Size: 818654 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170528/d09ded97/attachment-0001.pdf
More information about the ncl-talk
mailing list