Ignore:
Timestamp:
03/26/12 15:48:55 (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/extractor.py

    r13143 r13230  
    55#
    66import numpy as np
    7 import matplotlib.pyplot as plt
    87from generator import *
    98from fir_filter import *
     
    173172
    174173if __name__ == '__main__':
     174    import matplotlib.pyplot as plt
    175175    """ test the extractors """
    176176   
Note: See TracChangeset for help on using the changeset viewer.