Changeset 7511
- Timestamp:
- Sep 16, 2009, 3:23:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/polygon.py
r7317 r7511 705 705 - for a polygon, use 'line' 706 706 - for points falling outside a polygon, use 'outside' 707 - style can also be user defined as in normal pylab plot. 707 708 708 709 figname - name to save figure to … … 747 748 if s <> 'line': 748 749 if s <> 'outside': 749 colour.append( 'g.')750 colour.append(s) 750 751 751 752 for i, item in enumerate(polygons_points):
Note: See TracChangeset
for help on using the changeset viewer.