python畫折線圖,曲線圖

import matplotlib.pyplot as plt input_txt = 'New_Text_Document_pro.txt' f = open(input_txt) x = [] y = [] for line in f: line = line.strip('\n') line = line.split(' ') x.append('%03d' %
相關文章
相關標籤/搜索