Ignore:
Timestamp:
Nov 15, 2011 7:43:37 AM (13 years ago)
Author:
heinze
Message:

Bugfix concerning setting of font size in legends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/.ncl.config.default

    r566 r782  
    12681268      ; data type: float
    12691269      ;
    1270       ; example: font_size_legend = 0.2
    1271       ;
    1272       ; default:   0.2
     1270      ; example: font_size_legend = 0.02
     1271      ;
     1272      ; default:   0.02
    12731273      ;***************************************************
    12741274      if(.not. isvar("font_size_legend"))then
    12751275     
    12761276         
    1277          font_size_legend = 0.2
     1277         font_size_legend = 0.02
    12781278         
    12791279         
Note: See TracChangeset for help on using the changeset viewer.