Using color with np.array

前端 未结 0 690
执念已碎
执念已碎 2020-12-09 17:12

I have the following x,y scatter points with numpy

a = np.array([
[5.033,-3.066],
[5.454,-3.492],
[-1.971,0.384],
],)
x, y = a.T
plt.scatter(x, y)
plt.ylabel(         


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