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

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

[Octave-bug-tracker] [bug #52272] quiver arrowhead too large


From: Rik
Subject: [Octave-bug-tracker] [bug #52272] quiver arrowhead too large
Date: Thu, 9 Nov 2017 20:40:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #14, bug #52272 (project octave):

I now have the arrowshaft and the angle that the arrowheads make with the
arrowshaft correct, but I still can't figure out the algorithm that Matlab is
using for the size of the arrowhead.  New test code for Matlab is:


hq = quiver ([5 5 5 5 5], [5 5 5 5 5], [1 2 3 1 0], [0 1 3 4 5]);
saveas (gcf, 'tstquiver4a.png');
set (hq, 'maxheadsize', 0.4);
saveas (gcf, 'tstquiver4b.png');




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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