I have a bunch of x and y coordinates of different points and the cluster it belongs to. How do I plot the clusters? Here's a sample of what I'm working with:
x-values y-values cluster
3 5 0
2 3 1
1 4 0
8 3 0
2 2 2
7 7 2
How do I plot a scatterplot of the points as a '*' or '+' and color shade the clusters so that it looks like:
Note I'm not doing a PCA analysis.