Ignore:
Timestamp:
Jan 8, 2007, 5:59:47 PM (17 years ago)
Author:
sexton
Message:

(1) updates to Dampier script based on Perth script (2) minor updates to Onslow report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4145 r4147  
    10301030        savefig('profilefig')
    10311031
    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])
    10331033    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])   
    10351034    vel_axis = axis([time_min/60.0, time_max/60.0, min(max_speeds), max(max_speeds)*1.1])
    10361035    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.