Use matplotlib.pyplot.xlabel(label) and matplotlib.pyplot.ylabel(label) to add the label label to the x and y axes, respectively. plt.plot(range(5)).
確定! 回上一頁