help-octave
[Top][All Lists]
Advanced

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

Re: Potential bug


From: José Luis García Pallero
Subject: Re: Potential bug
Date: Fri, 21 Oct 2011 11:53:05 +0200

2011/10/21 Marco Atzeri <address@hidden>:
> On 10/21/2011 10:34 AM, Juan Pablo Carbajal wrote:
>>
>> Hi,
>> Can anybody confirm that the following commands break the plot
>>
>> frame = eye(3);
>> close
>> figure(1)
>> c='rgb'
>> for i=1:3
>>  line([0 frame(i,1)],[0 frame(i,2)], [0
>> frame(i,3)],'color',c(i),'linewidth',2);
>> end;
>> view(3)
>> axis equal
>> % So far so good, but ...
>> axis square
>> % erases two lines
>>
>> Tested in 3.4.3
>>
>> Thanks
>>
> same on 3.4.2 on cygwin

Octave 3.4.3 compiled by myself on Debian GNU/Linux (32 bits). I send
the correct plot after 'axis equal' command and the wrong one after
'axis square' command

-- 
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************

Attachment: axis_equal.png
Description: PNG image

Attachment: axis_square.png
Description: PNG image


reply via email to

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