Alphabetical list Categories
qarrow Draw an arrowhead
Help text:

qarrow draws an arrow head pointing to the current anchor set by qat.
qarrow(l, w) specifies length and (full) width of the arrow head
These are specified in points, and default to l=8, w=5.
qarrow(l, w, dl) specifies that the arrow is to be displaced from the anchor by a distance dl along the arrow's axis.
qarrow(l, w, dl, dimple) specifies that the back of the arrow head is indented by dimple points.
qarrow(l, w, dl, dimple, dw) specifies that the arrow is to be displaced from the anchor by dw points in the orthogonal direction of the arrow's axis.

Example:

qfigure('qarrow', 3, 3);

qplot([0 1 2 3],[0 3 1 4]);

qbrush k

qat 1 3 0 -1

qarrow

qat 2 1 1 1

qarrow(20, 15, 5, 5);

QPlot Documentation — (C) Daniel Wagenaar, 2014–2019