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
|
2227 Views
|
2 Replies
|
1 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Calculus
Wolfram Language
How do I label a point on my 3D parametric equation plot?
david bell
david bell
Posted
12 years ago
Hi all,
I am having a hard time figuring this out. I have a parametric curve (3D) f[t_] = {4 - 2 t, 2 + t, 8 - t} and I need to label a specific point in the 3D plot at (2,1,3). How do I do this?
POSTED BY:
david bell
Reply
|
Flag
2 Replies
Sort By:
Replies
Likes
Recent
0
david bell
david bell
Posted
12 years ago
thank you bill!
POSTED BY:
david bell
Reply
|
Flag
1
Bill Simpson
Bill Simpson
Posted
12 years ago
Show[{
Graphics3D[{PointSize[.02], Point[{2,1,3}]}],
Graphics3D[Text[{2,1,3}, {2,1,3}, {-2,0}]],
ParametricPlot3D[{4-2t, 2+t, 8-t}, {t,0,4}]
}]
POSTED BY:
Bill Simpson
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