help-octave
[Top][All Lists]
Advanced

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

Potential bug


From: Juan Pablo Carbajal
Subject: Potential bug
Date: Fri, 21 Oct 2011 10:34:23 +0200

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

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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