help-octave
[Top][All Lists]
Advanced

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

Re: Potential bug


From: Marco Atzeri
Subject: Re: Potential bug
Date: Fri, 21 Oct 2011 11:44:13 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

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

Regards
Marco



reply via email to

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