plotlinlog.py 86 B

12345
  1. from numpy import genfromtxt
  2. my_data = genfromtxt('sampledata.csv', delimiter=',')