Changeset 1100


Ignore:
Timestamp:
08/02/06 09:32:21 (18 years ago)
Author:
mar637
Message:

removed hardcoding of legend font size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotbase.py

    r1098 r1100  
    666666
    667667                    if len(lines):
    668                         rcParams['legend.fontsize'] = 8
    669 ##                         lsiz = rcParams['legend.fontsize']-len(lines)/2
    670668                        sp['axes'].legend(tuple(lines), tuple(labels),
    671669                                          self.loc)
Note: See TracChangeset for help on using the changeset viewer.