Ignore:
Timestamp:
Nov 27, 2007, 4:18:39 PM (16 years ago)
Author:
sexton
Message:

rename plot_polygons_points to original name of plot_polygons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/newcastle_2006/project_slide.py

    r4853 r4856  
    77import sys
    88from time import localtime, strftime, gmtime
    9 from anuga.utilities.polygon import read_polygon, plot_polygons_points, polygon_area, is_inside_polygon
     9from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon
    1010
    1111if sys.platform == 'win32':
     
    9898poly_entrance_c0 = read_polygon(polygondir+'entrance.csv')
    9999
    100 #plot_polygons_points([polyAll,poly_local,poly_newcastle],figname='fig',verbose=True)
     100#plot_polygons([polyAll,poly_local,poly_newcastle],figname='fig',verbose=True)
    101101###################################################################
    102102# Clipping regions for export to asc and regions for clipping data
Note: See TracChangeset for help on using the changeset viewer.