import csv import numpy as np import matplotlib.pyplot as plt data_path ... print(data[:3]) # Plot the data plt.plot(data[:, 1], data[:, ...
確定! 回上一頁