Hi there,
I'm new to Octave Forge so if this question has been answered before just point 
me to the right post. I did a quick search and could not find anything.
My question is about the "filled" option to the scatter command.
If I type
scatter ([1 2 3], [2 4 6], 12, [0 0 0])
There are no problems,
If I type
scatter ([1 2 3], [2 4 6], 12, [0 0 0], 'filled')
Octave answers:
error: invalid color specification: flaterror: invalid value for color 
property "markerfacecolor" (value = flat)error: called from:error:   
C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\__scatter__.m at line 159, 
column 2error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\scatter.m 
at line 70, column 7
I looked both the help and the file scatter.m and they don't say that 'filled' 
isn't supported.
Am I doing something wrong?
Thanks

                                          
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to