Changeset 8887


Ignore:
Timestamp:
Jun 10, 2013, 1:59:25 AM (12 years ago)
Author:
mungkasi
Message:

Correcting a typo in the plot caption and renaming plotme to plot_results for consistency.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/landslide_tsunami/plot_results.py

    r8886 r8887  
    8585# Can plot velocity as well
    8686pyplot.clf()
    87 pyplot.plot(p2.time, model_shore_u,'-o',label='Analytical')
    88 pyplot.plot(shoreline[:,0], shoreline[:,2],'-',color='red',label='Numerical')
     87pyplot.plot(p2.time, model_shore_u,'-o',label='Numerical')
     88pyplot.plot(shoreline[:,0], shoreline[:,2],'-',color='red',label='Analytical')
    8989pyplot.title('Shoreline velocity: Peak speed where depth >'\
    9090             + str(shoreline_depth_thresh1) + ' and depth < '\
Note: See TracChangeset for help on using the changeset viewer.