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(