Changeset 9345 for trunk/anuga_core/validation_tests/experimental_data
- Timestamp:
- Sep 24, 2014, 12:54:27 PM (11 years ago)
- Location:
- trunk/anuga_core/validation_tests/experimental_data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/experimental_data/dam_break_yeh_petroff/plot_results.py
r8804 r9345 7 7 import numpy 8 8 from matplotlib import pyplot as pyplot 9 import matplotlib 10 matplotlib.use('Agg') 9 11 from anuga.utilities import plot_utils as util 10 12 from numpy import sqrt, sin, cos, pi -
trunk/anuga_core/validation_tests/experimental_data/okushiri/plot_results.py
r9273 r9345 19 19 from anuga.shallow_water.sww_interrogate import get_maximum_inundation_elevation 20 20 from anuga.shallow_water.sww_interrogate import get_maximum_inundation_location 21 import matplotlib 22 matplotlib.use('Agg') 21 23 22 24 ##if sys.platform == 'win32': … … 35 37 36 38 try: 37 from pylab import ion, hold, plot, title, legend 38 from pylab import xlabel, ylabel, savefig 39 from matplotlib import pyplot 40 from pyplot import ion, hold, plot, title, legend 41 from pyplot import xlabel, ylabel, savefig 39 42 hold(False) # Check if this command can be issued 40 43 except:
Note: See TracChangeset
for help on using the changeset viewer.