scale down numpy array plot - python matplotlib

前端 未结 0 679
长情又很酷
长情又很酷 2021-01-20 08:26

I have two arrays, on called x and the other called y. For example,

x = np.array([1, 0.8, 0.5, 2])
y = np.array([1.2, 0.75, 0.73, 1.67])

I ca

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