Changeset 13232 for fact/tools


Ignore:
Timestamp:
03/26/12 15:50:09 (13 years ago)
Author:
neise
Message:
moved matplotlib import statement to __main__, so it is only imported, when needed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/fir_filter.py

    r13180 r13232  
    77from scipy import signal
    88
    9 import matplotlib.pyplot as plt
    109
    1110class FirFilter(object):
     
    169168
    170169if __name__ == '__main__':
     170    import matplotlib.pyplot as plt
    171171    """ test the class """
    172172   
Note: See TracChangeset for help on using the changeset viewer.