help-octave
[Top][All Lists]
Advanced

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

Re: Potential bug


From: Juan Pablo Carbajal
Subject: Re: Potential bug
Date: Fri, 21 Oct 2011 12:30:26 +0200

Thanks!
I am reporting the bug.


2011/10/21 José Luis García Pallero <address@hidden>:
> 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!
> *****************************************
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>
>



-- 
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]