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

Reply via email to