cellfun in axis.m produces an error
Jaroslav Hajek
highegg at gmail.com
Thu Jun 18 00:11:49 CDT 2009
On Thu, Jun 18, 2009 at 12:55 AM, Ben Abbott<bpabbott at mac.com> wrote:
>
> 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
transplanted.
--
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
More information about the Bug-octave
mailing list