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: Juan Pablo Carbajal
Subject: Re: bug in scatter() in 3.6.2 ?
Date: Tue, 22 Jan 2013 13:18:08 +0100

On Tue, Jan 22, 2013 at 1:17 PM, Juan Pablo Carbajal
<address@hidden> wrote:
> On Tue, Jan 22, 2013 at 10:57 AM, Eric Chassande-Mottin
> <address@hidden> wrote:
>>
>> hi,
>>
>> I think I've found a bug in scatter()
>>
>> N=100; a=rand(1,N); b=rand(1,N); c=ones(1,N); scatter(a,b,20,c,"filled");
>>
>> gives no error while
>>
>> N=101; a=rand(1,N); b=rand(1,N); c=ones(1,N); scatter(a,b,20,c,"filled");
>> error: invalid value for color property "markerfacecolor"
>> error: called from:
>> error:   /usr/share/octave/3.6.2/m/plot/private/__scatter__.m at line 274,
>> column 11
>> error:   /usr/share/octave/3.6.2/m/plot/private/__scatter__.m at line 211,
>> column 13
>> error:   /usr/share/octave/3.6.2/m/plot/scatter.m at line 71, column 11
>>
>> note that
>>
>> N=101; a=rand(1,N); b=rand(1,N); c=rand(1,N); scatter(a,b,20,c,"filled");
>>
>> works fine.
>>
>> version
>> ans = 3.6.2
>>
>> I've tried to track the bug down by making a local copy of __scatter__.m and
>> scatter.m
>> but the local copies don't find the other private functions.
>>
>> eric
>>
>>
>>
>> --
>> View this message in context: 
>> http://octave.1599824.n4.nabble.com/bug-in-scatter-in-3-6-2-tp4649033.html
>> Sent from the Octave - General mailing list archive at Nabble.com.
>> _______________________________________________
>> Help-octave mailing list
>> address@hidden
>> https://mailman.cae.wisc.edu/listinfo/help-octave
>
> confirmed in 3.6.4
> could you report a bug? (check if it isn't there already)
> https://savannah.gnu.org/bugs/?group=octave
>
> Thank you

Not present in 3.6.4 if one uses
graphics_toolkit ("fltk")

So it seems is a gnuplot problem.


reply via email to

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