I want to create a scatter plot of handwritten digits of 0 and 1 (http://yann.lecun.com/exdb/mnist/). I took 4 samples ie two 0's and two 1's.
Each handwritten digits are having pixel values having dimension 1 cross 778 matrix.
Now I want to do scatterplot of these digits in two dimension to check if they are separable or not.
I tried plotting those in R but the final plot is just mixture of points. How shall I plot in order that each digit's scatterplot looks different from other. am I proceeding in right direction while plotting?
Please advise.