On Sunday, September 15, 2013 12:12:39 PM UTC-7, Carl Eberhart wrote: > > I would like to restrict a 3d plot to a certain box in space, say (x,0,1) > (y,0,1),(z,.5,1.5) > This would be useful in many situations, say when you want to inspect the > part of a graph of z=f(x,y) > where z is between a and b. > It doesn't appear that is possible. Is there an option I am missing? >
A quick solution might be implicit_plot3d(f(x,y)-z, (x,0,1) (y,0,1),(z,.5,1.5)). It's basically the wrong tool for the job (it does way too much computation), but it probably gives acceptable results. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.