Many times, people want to graph data from a file. ... import matplotlib.pyplot as plt import csv x = [] y = [] with open('example.txt','r') as csvfile: ...
確定! 回上一頁