.. _example05: Example 5 - Visualizing Particle Travel Times ============================================= In this example we will revisit the `ANUGA `_ model output we looked at in :ref:`example01`. This time, however, we will be visualizing the particle travel times in addition to their position. Full example script available :download:`here <../../../examples/timing_anuga_particles.py>`. After loading the data and establishing the parameters and the particles in the same way we did in :ref:`example01`, we will invoke the `time_plots` method from the `routines.py` code. .. doctest:: >>> time_plots(particles, 50, 'timing_anuga_example') In the animation the actual particle travel times are tough to see as the colorbar limits continually update, however if you run this script, you can look at the individual frames in the 'timing_anuga_example/figs' folder that will be created. The general idea is that the red particles have traveled for a longer time than the blue ones. .. image:: images/example05/timing_anuga.gif