Message Boards Message Boards

0
|
12777 Views
|
2 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Circular arc with an arrowhead

Posted 10 years ago

Please, how to draw in Mathematica 10 an circular arc with an arrowhead at the end?

POSTED BY: Tomáš Hruš
2 Replies

Also look through some answers here: How do I add arrowheads to circular arcs?

enter image description here

POSTED BY: Sam Carrettie
Posted 10 years ago

Do you mean something like this?

Graphics[Arrow[
  BSplineCurve[Table[{Cos[x], Sin[x]}, {x, 0, Pi, Pi/10}]]]]

enter image description here

POSTED BY: Jaebum Jung
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract