Ignore:
Timestamp:
Apr 29, 2010 1:58:28 PM (14 years ago)
Author:
heinze
Message:

Bugfix in spectra.ncl concerning output in png and small changes in layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/timeseries.ncl

    r532 r534  
    606606            res@gsnRightString      = unit(varn)
    607607            if (norm_t .NE. 1.)then
    608                res@tiXAxisString        = "t ["+unit_t+"]"
     608               res@tiXAxisString        = "t ("+unit_t+")"
    609609            else
    610                res@tiXAxisString        = "t [s]"
     610               res@tiXAxisString        = "t (s)"
    611611            end if
    612612            res@tiYAxisString = " "
     
    11921192       
    11931193            if (norm_t .NE. 1.)then
    1194                res@tiXAxisString        = "t ["+unit_t+"]"
     1194               res@tiXAxisString        = "t ("+unit_t+")"
    11951195            else
    1196                res@tiXAxisString        = "t [s]"
     1196               res@tiXAxisString        = "t (s)"
    11971197            end if
    11981198            res@tiYAxisString = " "
Note: See TracChangeset for help on using the changeset viewer.