import matplotlib.pyplot as plt import numpy as np x ... "plot figure") plt.legend() plt.xlabel("这是x轴") plt.ylabel("这是y轴") plt.show().
確定! 回上一頁