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

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

[Octave-bug-tracker] [bug #64143] quiver: arrowheads visible if setting


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #64143] quiver: arrowheads visible if setting name-value property after linestyle
Date: Wed, 3 May 2023 17:37:36 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64143>

                 Summary: quiver: arrowheads visible if setting name-value
property after linestyle
                   Group: GNU Octave
               Submitter: nrjank
               Submitted: Wed 03 May 2023 05:37:34 PM EDT
                Category: Plotting
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 03 May 2023 05:37:34 PM EDT By: Nicholas Jankowski <nrjank>
preparing to push input validation rework for quiver and quiver3.  noticed
that while arrowheads turn off for any linestyle with a marker specified, they
turn back on if you also supply a name-value pair line style.  in matlab
2023a, the arrowhead stays off. e.g.:

h = quiver (0, 1, 2, 3, "-o")

has a marker with no arrowhead.  

h = quiver (0, 1, 2, 3, "-o", "linewidth", 10)

the arrow body width is increased to 10, the marker stays, but the arrowheads
reappeared. 

after pushing the other changes along with a xfail BIST for this case, will
look to see if its an easy fix.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64143>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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