Changeset 4767
- Timestamp:
- Oct 30, 2007, 12:54:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/compare_timeseries_with_measures.py
r4718 r4767 14 14 import project 15 15 16 try: 17 from pylab import ion, hold, plot, title, legend, xlabel, ylabel, savefig 18 except: 19 print 'Could not import pylab' 20 plotting = False 21 else: 22 # Create plots as png files 23 plotting = True 16 #try: 17 # from pylab import ion, hold, plot, title, legend, xlabel, ylabel, savefig 18 #except: 19 # print 'Could not import pylab' 20 # plotting = False 21 #else: 22 # # Create plots as png files 23 # plotting = True 24 25 plotting = False # No plotting when running automated validation 26 24 27 25 28 #-------------------------
Note: See TracChangeset
for help on using the changeset viewer.