label a point on a 3d graph
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
add a comment