how can i plot graph in matplotlib?

后端 未结 0 1920
予麋鹿
予麋鹿 2020-12-11 14:38

in this code in X-axis, it show From one to ten. but i want to show y.

x = np.array([1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1)
y = np.array([10,11,12,13,14,15,16,17,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题