octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34612] axis square erases lines in 3d plot


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #34612] axis square erases lines in 3d plot
Date: Fri, 21 Oct 2011 11:28:57 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.10 (maverick) Firefox/3.6.23

URL:
  <http://savannah.gnu.org/bugs/?34612>

                 Summary: axis square erases lines in 3d plot
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Fri 21 Oct 2011 11:28:56 AM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: JuanPi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following commands erases lines the 3D 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-rc0




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34612>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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