scatter() does not produce the expected colours. An example session is below. I would expect a red, green and blue point, however I see one brown and 2 blue points.
I'm using octave version 3.0.1 with Graphics backend: jhandles on Windows XP.
Regards,
Richard
-------
>> OCTAVE_VERSION
ans = 3.0.1
>> scatter(1:3, 1:3, 50, eye(3))