Ignore:
Timestamp:
Apr 29, 2010 1:58:28 PM (15 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/.ncl.config.default

    r532 r534  
    21922192      ; data type: float
    21932193      ;
    2194       ; example: font_size_legend = 0.2
    2195       ;
    2196       ; default:   0.2
     2194      ; example: font_size_legend = 0.02
     2195      ;
     2196      ; default:   0.02
    21972197      ;***************************************************
    21982198      if(.not. isvar("font_size_legend"))then
    21992199     
    22002200         
    2201          font_size_legend = 0.2
     2201         font_size_legend = 0.02
    22022202         
    22032203         
Note: See TracChangeset for help on using the changeset viewer.