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

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

[Octave-bug-tracker] [bug #53187] Will not display arrows for quiver3 in


From: anonymous
Subject: [Octave-bug-tracker] [bug #53187] Will not display arrows for quiver3 in z axis
Date: Mon, 19 Feb 2018 11:12:00 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67

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

                 Summary: Will not display arrows for quiver3 in z axis
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 19 Feb 2018 04:11:58 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Desmond
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

quiver3 will not display arrowheads for vectors which exist only in the z axis
(ex. <0, 0, 1>) despite set(vector, 'ShowArrowHead', 'on'). Every angle has
been checked. See attached images.

Code example:

X = xlabel("X");
Y = ylabel("Y");
Z = zlabel("Z");
axis([-1 1 -1 1 -1 1],'square');

hold on
vx = quiver3(0,0,0,1,0,0)
hold on
vy = quiver3(0,0,0,0,1,0)
hold on
vz = quiver3(0,0,0,0,0,1)


set([vx,vy,vz], 'Color', 'black');
set([vx,vy,vz], 'LineWidth', 4);
set([vx,vy,vz], 'ShowArrowHead', 'on');
grid on

view([45,30]);





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 19 Feb 2018 04:11:58 PM UTC  Name: glitch.png  Size: 20KiB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=43357>
-------------------------------------------------------
Date: Mon 19 Feb 2018 04:11:58 PM UTC  Name: glitch2.png  Size: 19KiB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=43358>
-------------------------------------------------------
Date: Mon 19 Feb 2018 04:11:58 PM UTC  Name: glitch3.png  Size: 20KiB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=43359>
-------------------------------------------------------
Date: Mon 19 Feb 2018 04:11:58 PM UTC  Name: trial.png  Size: 20KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=43360>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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