octave-maintainers
[Top][All Lists]
Advanced

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

Re: colorbar regression?


From: Ben Abbott
Subject: Re: colorbar regression?
Date: Wed, 31 Jul 2013 09:48:51 -0400

On Jul 31, 2013, at 9:40 AM, Stefan Mahr wrote:

> 
>> Rik,
>>  
>> I see a regression with ...
>>  
>> demo colobar 24
>>  
>> If I add ...
>>  
>> caxis ([-5.21739 6.74592])
>>  
>> Then the update repairs the result.
>>  
>> Ben
>  
> Ben,
> 
> there's another issue with colorbar (gnuplot and fltk):
> 
> close all
> plot(1:10); colorbar;
> plot(1:10); colorbar;
> plot(1:10)
> 
> The attached test script returns:
> 
> assert (get (hax, "outerposition"),outerpositions,0.001) expected
>   0.00000   0.00000   0.84500   1.00000
> but got
>   0.00000   0.00000   7.72500   1.00000
> maximum absolute error 6.88 exceeds tolerance 0.001
> 
> 
> Stefan
> <plotcolorbar.m>

Ok.  I'm not sure when I'll have time to get back to colobar (legend needs work 
as well).  Can you file a bug report?

Ben



reply via email to

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