Changeset 8887
- Timestamp:
- Jun 10, 2013, 1:59:25 AM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/landslide_tsunami/plot_results.py
r8886 r8887 85 85 # Can plot velocity as well 86 86 pyplot.clf() 87 pyplot.plot(p2.time, model_shore_u,'-o',label=' Analytical')88 pyplot.plot(shoreline[:,0], shoreline[:,2],'-',color='red',label=' Numerical')87 pyplot.plot(p2.time, model_shore_u,'-o',label='Numerical') 88 pyplot.plot(shoreline[:,0], shoreline[:,2],'-',color='red',label='Analytical') 89 89 pyplot.title('Shoreline velocity: Peak speed where depth >'\ 90 90 + str(shoreline_depth_thresh1) + ' and depth < '\
Note: See TracChangeset
for help on using the changeset viewer.