Changeset 1527


Ignore:
Timestamp:
Jan 22, 2015 1:11:36 PM (9 years ago)
Author:
heinze
Message:

bugfix in case of x-axis label when plotting spectra in y-direction

File:
1 edited

Legend:

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

    r1248 r1527  
    561561            else
    562562               if (norm_height .EQ. 1)then
    563                   res@tiXAxisString = "k~B~x~N~ x z (1"
     563                  res@tiXAxisString = "k~B~x~N~ x z (1)"
    564564               else
    565565                  res@tiXAxisString = "k~B~x~N~ (1/m)"
     
    574574            end do
    575575            if (norm_x .NE. 1.)then
    576                res@tiXAxisString = "k~B~x~N~ ("+unit_x+")"
     576               res@tiXAxisString = "k~B~y~N~ ("+unit_x+")"
    577577            else
    578578               if (norm_height .EQ. 1)then
    579                   res@tiXAxisString = "k~B~x~N~ x z (1)"
     579                  res@tiXAxisString = "k~B~y~N~ x z (1)"
    580580               else
    581                   res@tiXAxisString = "k~B~x~N~ (1/m)"
     581                  res@tiXAxisString = "k~B~y~N~ (1/m)"
    582582               end if
    583583            end if
Note: See TracChangeset for help on using the changeset viewer.