Ask Your Question
1

label a point on a 3d graph

asked 2017-03-24 21:16:16 +0200

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-03-24 23:27:01 +0200

You're looking for text3d. Documentation is here

edit flag offensive delete link more

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: 2017-03-24 21:16:16 +0200

Seen: 357 times

Last updated: Mar 24 '17