Please consider :
dalist = {{1, 1, 1}, {2, 2, 2}, {3, 3, 3}, {4, 4, 4}, {5, 5, 5},
{1, 2, 1}, {2, 3, 1}, {3, 4, 1}, {4, 5, 1}, {5, 6, 1}}
I use the following to plot the above where #2 & #3 are x & y coordinates
Graphics@MapThread[Point[{#2, #3}] &, Transpose@dalist]

-
#1a timing reference I
would like to use to color the
points. -
It can range from 1 to 30 in my data.
-
#1 =1should always yield to the
same color.
EDIT : Building-up on solutions below
- How could I set the color range/gradient manually or use an existing one (“BlackBodySpectrum”) ?
Try:
Edit
Using
BlackBodySpectrum: