Scatter produces incorrect colours

View: New views
1 Messages — Rating Filter:   Alert me  

Scatter produces incorrect colours

by Richard Bovey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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))