plt.scatter(X[:n_pts,0],X[:n_pts,1]) plt.scatter(X[n_pts:,0]),X[n_pts:,1]
what is the difference between both the methods?