Re: How to do 3D plot of vertical planes?
- To: mathgroup@smc.vnet.net
- Subject: [mg12263] Re: How to do 3D plot of vertical planes?
- From: "Allan Hayes" <hay@haystack.demon.co.uk>
- Date: Tue, 5 May 1998 03:29:58 -0400
In article <6ibs1l$t6d@smc.vnet.net>, "Loren Gibson" <ljgibson@csi.com> wrote: >Can anyone suggest to me a method for plotting a surface which is a >vertical plane, such as x=5, x+y=0, the xz plane, etc.? It appears to >me that most of the typical methods of plotting 3-D surfaces don't lend >themselves well to vertical planes. TIA. Loren, If you are using Plot3D[expr,{x,xmin, xmax}, {ymin, ymax}] you might try ParametricPlot3D[{x,y, expr},{x,xmin, xmax}, {ymin, ymax}] Allan Hayes: Training and Consulting Leicester, UK hay@haystack.demon.co.uk voice: +44 (0)116 271 4198 fax: +44 (0)116 271 8642