求大佬解讀 Python中的numpy的問題

求大佬解讀 Python中的numpy的問題 import matplotlib.pyplot as plt import numpy as np x, y = np.loadtxt(‘P00000001-ALL.csv’,dtype = np.int, delimiter=’,’, unpack=True) plt.plot(x,y, label=‘Loaded from file!’) plt
相關文章
相關標籤/搜索