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
| 1 | initial version |
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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.