cellfun in axis.m produces an error

Ben Abbott bpabbott at mac.com
Wed Jun 17 17:55:24 CDT 2009


On Jun 17, 2009, at 4:32 PM, Ben Abbott wrote:

> On Wednesday, June 17, 2009, at 10:55AM, "Bertrand Roessli" <bertrand.roessli at psi.ch 
> > wrote:
>> it did not help. Please find the 2 scripts attached.
>>
>> Bertrand
>>
>
> Ok, I see it. A simpler example is below.
>
> clf
> [x,y,z] = peaks(50);
> x1 = max(x(:));
> pcolor(x-x1,y-x1/2,z)
> hold on
> [x,y,z] = sombrero;
> s = x1/max(x(:));
> pcolor(s*x+x1,s*y+x1/2,5*z)
> axis tight
>
> Your fix works for me. I'll push a changeset attributed to you in a  
> few hours.
>
> Ben

I've pushed the chageset.

Jaroslav, this should be pulled to 3.2 as well.

Ben




More information about the Bug-octave mailing list