在使用matplotlib库绘制图形时,如何设置x轴和y轴的标签?( )
plt.title()和plt.legend()
plt.set_xlabel()和plt.set_ylabel()
plt.xlabel()和plt.ylabel()
plt.xticks()和plt.yticks()