Skip to content

Files

Latest commit

 

History

History
11 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 359 Bytes

Input and output

File xy-coordinates.dat contains a list of (x,y) value pairs. Read the data with numpy.loadtxt(). Add then 2.5 to all y values and write the new data into a file using numpy.savetxt().