Changeset 8275
- Timestamp:
- Dec 8, 2011, 12:08:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/2010-projects/anuga_1d/sqpipe/parabolic_canal.py
r8274 r8275 186 186 pylab.ylabel('Mass') 187 187 188 plot6 = pylab.subplot(326) Mplot, = pylab.plot(x, M) 189 plot6.set_ylim([-1,45000]) pylab.xlabel('Position') 188 plot6 = pylab.subplot(326) 189 Mplot, = pylab.plot(x, M) 190 plot6.set_ylim([-1,45000]) 191 pylab.xlabel('Position') 190 192 pylab.ylabel('Total Mass') 191 193
Note: See TracChangeset
for help on using the changeset viewer.