Changeset 874


Ignore:
Timestamp:
Mar 30, 2012 10:59:51 AM (12 years ago)
Author:
heinze
Message:

Bugfix: correction of x-axis string in case of no_files>1

File:
1 edited

Legend:

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

    r827 r874  
    12121212   resP                        = True
    12131213   resP@txFont                 = "helvetica"
    1214    ;resP@txString               = f_att@title
     1214   resP@txString               = f_att@title
    12151215   resP@txFuncCode             = "~"
    12161216   resP@txFontHeightF          = 0.015
     
    31923192         res@gsnLeftString  = name(0,pl)
    31933193         res@gsnRightString = unit_(0,pl)
     3194         res@tiXAxisString  = "("+unit_(0,pl)+")"
    31943195         
    31953196         data_0(:,:) = min(min_nof(:,pl))
Note: See TracChangeset for help on using the changeset viewer.