How could i put a angle between this two axes?

后端 未结 0 971
鱼传尺愫
鱼传尺愫 2021-01-17 10:12

This is the code that i have

xt=np.array([0,1,2,3,4,5,6,7,8,9,10])
ct=xt*0
plt.plot(xt,\'b\')
plt.plot(ct,\'r\')
plt.show()

I want to indicat

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