from matplotlib import pyplot as plt ... plots = csv.reader(csvfile, delimiter=',') ... x.append(int(row[0])) #從csv讀取的資料是str型別
確定! 回上一頁