plt.scatter(X[y==0, 0], X[y==0, 1]) plt.scatter(X[y==1,0], X[y==1 ,1]) plt.scatter(X[y==2,0], X[y==2 ,1]).
I am quite confused in the following lines.