Python matplotlib draw title, horizontal and vertical coordinates

plt.plot(x,y)
plt.title('figure')
plt.xlabel('x')
plt.ylabel('y')

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_43511299/article/details/113926179