Is there any way for the user to set the bounding box on plot3d?  The
basic idea is I don't want the full z-values for the function and
would like to crop some of them off.  The best I've come up with so
far without hunting through source files is:

y=var('y')
f=lambda x,y: min(x^2+y^2,4);
plot3d( f, (x,-2,2), (y,-2,2))

If not, where do I start trying to implement it?

Thanks,
Matt


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to