octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fast scatter plots - advice sought


From: dbateman
Subject: Re: fast scatter plots - advice sought
Date: Wed, 13 Jan 2010 01:10:33 -0800 (PST)



Michael D Godfrey-2 wrote:
> 
> On 01/12/2010 02:07 PM, David Bateman wrote:
>> After a bit of testing I believe the attached patch does what you want 
>> and the code
>>
>> n=10; x=randn(1,n);y=randn(1,n);c=sqrt(x.^2+y.^2); h= 
>> scatter(x,y,40,c,"filled")
>>
>> works as expected. I committed this patch
>>
>> D. 
> This works with gnuplot, but not fltk.
> 
> Michael
> 

Probably the FLTK backend doesn't respect the markerfacecolor and
markeredgecolor properties yet. There are lots of other things that the
gnuplot backend still does that the FLTK one does yet and so I'd say this is
just one more thing. It would probably be interesting to add demos for these
features though to Octave so as to make it more obvious what features are
missing from the FLTK backend that the gnuplot ones has. This would make
adding the features to the FLTK backend easier because at least the missing
features would be more obvious.

D.

-- 
View this message in context: 
http://old.nabble.com/fast-scatter-plots---advice-sought-tp27102594p27141675.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]