Ilian:
Now that I have ListPlot working I am trying the colors.
If I type Red I get RGBColor[1,0,0]
If i type Blend[{Yellow, pink, Green}] I get RGBColor[2/3, 0.833333, 0.166667]
I executed <<JavaGraphics` before all of these.
Can you help me with this problem?
Carl