> i want say to the graphe wich color had each point
This isn't the common usage of the graph, and in fact each point on a
plot has the same color.
You might be able to do what you want, by adding a new plot for each
point. You can also modify one of the picture control graphing examples
to take in two arrays and it could change the color as it draws the plot.
Greg McKaskle