Ignore:
Timestamp:
05/04/10 12:42:40 (14 years ago)
Author:
Malte Marquarding
Message:

Replace matplotlib.numerix with numpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r1689 r1739  
    513513        xlab = 'Abcissa'
    514514        ylab = 'Ordinate'
    515         from matplotlib.numerix import ma,logical_not,logical_and,array
     515        from numpy import ma,logical_not,logical_and,array
    516516        m = self.mask
    517517        if self.data:
Note: See TracChangeset for help on using the changeset viewer.