Changeset 2964
- Timestamp:
- May 24, 2006, 6:01:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/util.py
r2952 r2964 870 870 units = 'm' 871 871 if which_quantity == 'stage': 872 plot(model_time, stages, '-') 872 if elevations[0] < -10: 873 plot(model_time, stages, '-') 874 else: 875 plot(model_time, stages, '-', model_time, elevations, '-') 873 876 units = 'm' 874 877 if which_quantity == 'momentum':
Note: See TracChangeset
for help on using the changeset viewer.