Question: how to set the range for a 3-d plot?

 

I would like to set the range for a 3d plot.  For a 2d plot, I understand I can do it at the command line or by setting the axes properties after the plot's been drawn.

If I use plot3d(x*y, x=-10..10, y=-10..10) for example, how can I look at those parts of the surface for which -2 < xy < 2 for example?  I'd be happier with a command line option than a gui option but really anything would do.

 

many thanks!

Mary

Please Wait...