First time here? Check out the FAQ!

Ask Your Question
1

label a point on a 3d graph

asked 8 years ago

kreut gravatar image

Hi,

Is it possible to label specific points on a 3d plot? For example, using:

var('x,y') plot3d(-x^2-y^2, (x, -10, 10), (y, -10, 10))

Then, labeling the vertex as point P.

Thanks!

-Eric

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 8 years ago

You're looking for text3d. Documentation is here

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 8 years ago

Seen: 440 times

Last updated: Mar 24 '17