I am trying to plot the result of Tsne using gscatter in Matlab. I want to use specific color for training and other color for Anchors
Y=tsne(xtrain; xAnxhors]);
gscatter(Y(:,1),Y(:,2));
That is the code that I used but I got the figure in one color only so I want to show the diffrence of colors between xtrain and xAnchors