1
$\begingroup$

How can I draw an arrow which is empty inside and only has a border?

enter image description here

$\endgroup$

1 Answer 1

3
$\begingroup$
Graphics[{FaceForm[], EdgeForm[Gray], 
  ChartElementData["ArrowRectangle", "TaperRatio" -> 0, 
    "ArrowWidth" -> 0.6, "ArrowheadAngle" -> 120][{{0, .2}, {0, 1}}]}]

enter image description here

Play with different option values ("TaperRatio", "ArrowWidth" and "ArrowheadAngle") and bounding box horizontal and vertical ranges ({0,.2} and {0,1}, respectively, in the example above) to get different shapes.

$\endgroup$
1
  • $\begingroup$ Thanks very much for your help @kglr $\endgroup$
    – lia
    Commented Nov 1, 2023 at 18:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.