Maybe this should be more prominent. http://www.sagemath.org/doc/reference/plot3d.html is not so hot, http://www.sagemath.org/doc/reference/sage/plot/plot3d/examples.html is worse, and both are sad compared to http://www.sagemath.org/doc/reference/sage/plot/plot.html .
Doing so is now http://trac.sagemath.org/sage_trac/ticket/9868 - kcrisman On Sep 7, 12:09 pm, Jason Grout <[email protected]> wrote: > On 9/7/10 11:04 AM, Dan Aldrich wrote: > > > OK, this should be simple enough, but haven't found a way to add some > > text to simple 3d plot: > > > f(x,y) = x^2 + y^2 > > plot3d(f, (x,-10,10), (y,-10,10)) > > sage: f(x,y)=x^2+y^2 > sage: p=plot3d(f,(x,-10,10),(y,-10,10)) > sage: p+text3d('hi',(1,1,1)) > > Jason -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
