- Timestamp:
- Jan 8, 2007, 5:59:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4145 r4147 1030 1030 savefig('profilefig') 1031 1031 1032 depth_axis = axis([time_min/60.0, time_max/60.0, 0, max(max_depths)*1.1])1032 depth_axis = axis([time_min/60.0, time_max/60.0, -0.1, max(max_depths)*1.1]) 1033 1033 stage_axis = axis([time_min/60.0, time_max/60.0, min(min_stages), max(max_stages)*1.1]) 1034 stage_axis = axis([time_min/60.0, time_max/60.0, -3.0, 3.0])1035 1034 vel_axis = axis([time_min/60.0, time_max/60.0, min(max_speeds), max(max_speeds)*1.1]) 1036 1035 mom_axis = axis([time_min/60.0, time_max/60.0, min(max_momentums), max(max_momentums)*1.1])
Note: See TracChangeset
for help on using the changeset viewer.