Changeset 4843
- Timestamp:
- Nov 21, 2007, 2:20:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/compare_timeseries_with_measures.py
r4842 r4843 16 16 try: 17 17 from pylab import ion, hold, plot, title, legend, xlabel, ylabel, savefig 18 plot([1,2])19 18 except: 20 print 'Could not plot'19 print 'Could not import pylab' 21 20 plotting = False 22 21 else:
Note: See TracChangeset
for help on using the changeset viewer.