import matplotlib.pyplot as plt plt.plot(xAxis,yAxis) plt.title('title name') plt.xlabel('xAxis name') plt.ylabel('yAxis name') plt.show().
確定! 回上一頁