Ignore:
Timestamp:
May 26, 2006, 2:26:21 PM (19 years ago)
Author:
sexton
Message:

updates to report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/plot_data_extent.py

    r2947 r2983  
    115115    ylabel('Northings')
    116116    savefig(figname)
     117    figure(4)
     118    figname = 'onslow_gauges'
     119    x, y = read_file(project.gauge_filename)
     120    plot(x1,y1,'r-',x,y,'r+')
     121    savefig(figname)
    117122
    118123close('all')
Note: See TracChangeset for help on using the changeset viewer.