WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
0
|
8302 Views
|
4 Replies
|
3 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Graphics and Visualization
How do you graph an arc with an arrow in the end ?
Mariano Gonzalez
Mariano Gonzalez
Posted
11 years ago
Graphics[Arrow[Circle[{0, 0}, 1, {Pi/4, 3 Pi/4}]]]
POSTED BY:
Mariano Gonzalez
Reply
|
Flag
4 Replies
Sort By:
Replies
Likes
Recent
1
Isaac Abraham
Isaac Abraham, Analog engineer, Intel.
Posted
11 years ago
arcArrow := Module[{},
cList = Throw[ Thread[{ x,Sqrt[1-x^2] }/. x -> Table[i,{i,-1,1,0.0001}] (* End Thread *) ](* End Throw *)]
(* End Module *)];
Graphics[ Arrow[Catch[arcArrow[cList]]]]
POSTED BY:
Isaac Abraham
Reply
|
Flag
1
Sam Carrettie
Sam Carrettie, Freelancer
Posted
11 years ago
Graphics[{Arrow[BezierCurve[{{0, 0}, {.1, 1.3}, {1.9, 1.3}, {2, 0}}]]}]
POSTED BY:
Sam Carrettie
Reply
|
Flag
0
Jorge Silva Azevedo
Jorge Silva Azevedo, AE D. Sancho I - Portugal
Posted
11 years ago
teta = 2 Pi/3;
r = 0.3;
arc = {Arrowheads[0.05],
Arrow[Table[r*{Cos, Sin}, {phi, 0, teta, Pi/32}]]};
Graphics[{Line[{{r, 0}, r {Cos, Sin}}], arc,
Circle[{0, 0}, r]}]
POSTED BY:
Jorge Silva Azevedo
Reply
|
Flag
1
Nasser M. Abbasi
Nasser M. Abbasi, student
Posted
11 years ago
Many examples
here
and
here
and
here
POSTED BY:
Nasser M. Abbasi
Reply
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Group Abstract
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback