help-octave
[Top][All Lists]
Advanced

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

Re: bug in scatter() in 3.6.2 ?


From: Eric Chassande-Mottin
Subject: Re: bug in scatter() in 3.6.2 ?
Date: Tue, 22 Jan 2013 04:44:13 -0800 (PST)

You may try to change line 271 in __scatter__.m to
 >    gnuplot_hack = (numel (x) > 1 && columns (c) == 3
 > && strcmp (toolkit, "gnuplot"));

yes! this fixes the problem.

thanks,
eric



--
View this message in context: 
http://octave.1599824.n4.nabble.com/bug-in-scatter-in-3-6-2-tp4649033p4649044.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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