Changeset 983 for palm/trunk/SCRIPTS/NCL
- Timestamp:
- Aug 21, 2012 2:17:57 PM (12 years ago)
- Location:
- palm/trunk/SCRIPTS/NCL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/cross_sections.ncl
r957 r983 395 395 396 396 cs_resP = True 397 cs_resP@txString = f_att@title 398 cs_resP@txFuncCode = "~" 399 cs_resP@txFontHeightF = 0.015 397 cs_resP@gsnMaximize = True 398 cs_resP@gsnPanelXWhiteSpacePercent = 4.0 399 cs_resP@gsnPanelYWhiteSpacePercent = 4.0 400 cs_resP@txFont = "helvetica" 401 cs_resP@txString = f_att@title 402 cs_resP@txFuncCode = "~" 403 cs_resP@txFontHeightF = 0.0105 400 404 401 405 if ( mode .eq. "Fill" ) then -
palm/trunk/SCRIPTS/NCL/spectra.ncl
r957 r983 721 721 ; *************************************************** 722 722 723 resP = True 724 resP@txFont = "helvetica" 725 resP@txString = f_att@title 726 resP@txFuncCode = "~" 727 resP@txFontHeightF = 0.015 723 resP = True 724 resP@gsnMaximize = True 725 resP@gsnPanelXWhiteSpacePercent = 4.0 726 resP@gsnPanelYWhiteSpacePercent = 4.0 727 resP@txFont = "helvetica" 728 resP@txString = f_att@title 729 resP@txFuncCode = "~" 730 resP@txFontHeightF = 0.0105 728 731 729 732 no_frames = 0 -
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r969 r983 342 342 res@lgLabelFontHeightF = 0.02 343 343 344 resP = True 345 resP@txFont = "helvetica" 346 resP@txString = f_att@title+" time series " 347 resP@txFuncCode = "~" 348 resP@txFontHeightF = 0.015 349 344 resP = True 345 resP@gsnMaximize = True 346 resP@gsnPanelXWhiteSpacePercent = 4.0 347 resP@gsnPanelYWhiteSpacePercent = 4.0 348 resP@txFont = "helvetica" 349 resP@txString = f_att@title+" time series " 350 resP@txFuncCode = "~" 351 if (format_out .NE. "x11") then 352 if (no_rows .GE. 5) then 353 resP@txFontHeightF = 0.0105 354 else 355 resP@txFontHeightF = 0.015 356 end if 357 else 358 resP@txFontHeightF = 0.015 359 end if 350 360 res@tmXBMinorPerMajor = 4 351 361 res@tmYLMinorPerMajor = 4
Note: See TracChangeset
for help on using the changeset viewer.