MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to do 3D plot of vertical planes?



G'day,

Try this...

ParametricPlot3D[{5, y, z}, {y,-5,5},{z,-5,5}]

.... to get the plane x=5.

Here's what Mathematica says:

In[1]:= ?ParametricPlot3D
ParametricPlot3D[{fx, fy, fz}, {t, tmin, tmax}] produces a
three-dimensional
   space curve parametrized by a variable t which runs from tmin to
tmax.
   ParametricPlot3D[{fx, fy, fz}, {t, tmin, tmax}, {u, umin, umax}]
produces a
   three-dimensional surface parametrized by t and u.
ParametricPlot3D[{fx,
   fy, fz, s}, ... ] shades the plot according to the color
specification s.
   ParametricPlot3D[{{fx, fy, fz}, {gx, gy, gz}, ... }, ... ] plots
several
   objects together.

-David.

Loren Gibson 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 J. Gibson
> ljgibson@csi.com

-- 
David Pearson,              Phone: +44 (0)118  9318741 ESSC,            
Fax:   +44 (0)118  9316413  University of Reading,
Reading RG6 6AL,            Email: dwcp@mail.nerc-essc.ac.uk UK.



  • Prev by Date: Re: Interesting Simulation Problems....
  • Next by Date: Re: Interesting Simulation Problems....(3)
  • Prev by thread: Re: How to do 3D plot of vertical planes?
  • Next by thread: Re: How to do 3D plot of vertical planes?