Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 232 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 232 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().