Changeset 4267 for anuga_core/source/anuga/examples
- Timestamp:
- Feb 18, 2007, 8:23:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/visualise_rectangle.py
r3966 r4267 49 49 # Remember to set dynamic=True for time-varying quantities 50 50 v.render_quantity_height("elevation", dynamic=False) 51 v.render_quantity_height("stage", dynamic=True) 51 # Make the stage semitransparent 52 v.render_quantity_height("stage", opacity=0.5, dynamic=True) 52 53 53 54 # Colour the stage:
Note: See TracChangeset
for help on using the changeset viewer.