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: Michael D Godfrey
Subject: Re: fast scatter plots - advice sought
Date: Tue, 12 Jan 2010 16:55:43 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0

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



reply via email to

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