Changeset 534 for palm/trunk/SCRIPTS/NCL/timeseries.ncl
- Timestamp:
- Apr 29, 2010 1:58:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r532 r534 606 606 res@gsnRightString = unit(varn) 607 607 if (norm_t .NE. 1.)then 608 res@tiXAxisString = "t ["+unit_t+"]"608 res@tiXAxisString = "t ("+unit_t+")" 609 609 else 610 res@tiXAxisString = "t [s]"610 res@tiXAxisString = "t (s)" 611 611 end if 612 612 res@tiYAxisString = " " … … 1192 1192 1193 1193 if (norm_t .NE. 1.)then 1194 res@tiXAxisString = "t ["+unit_t+"]"1194 res@tiXAxisString = "t ("+unit_t+")" 1195 1195 else 1196 res@tiXAxisString = "t [s]"1196 res@tiXAxisString = "t (s)" 1197 1197 end if 1198 1198 res@tiYAxisString = " "
Note: See TracChangeset
for help on using the changeset viewer.