MathGroup Archive 2002

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

Search the Archive

Re: visualization with Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37981] Re: visualization with Mathematica
  • From: howard.fink at nyu.edu (Howard Fink)
  • Date: Sat, 23 Nov 2002 19:15:08 -0500 (EST)
  • References: <arksj2$5fd$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Paulo Moraes Ferreira" <paulom at compos.com.br> wrote in message news:<arksj2$5fd$1 at smc.vnet.net>...
> I Type this Table[Plot3D[Sin[2x]Sin[2y]Cos[t], {x, 0, Pi}, {y, 0, Pi}],
>   PlotRange -> {-1, 1}, BoxRatios -> {1, 1, 1}, {t, 0, Pi, Pi/6}]
> 
> from the "visualization with Mathematica" Wolfram's Book. Why didn´t work?
> 
> _________________________________________
> Paulo Ferreira
> ICQ#: 132191789
> More ways to contact me: http://wwp.icq.com/132191789
> _________________________________________

Table[Plot3D[Sin[2x]Sin[2y]Cos[t], {x, 0, Pi}, {y, 0, Pi}, 
    PlotRange -> {-1, 1}, BoxRatios -> {1, 1, 1}], {t, 0, Pi, Pi/6}]

The PlotRange and BoxRatios need to be inside the Plot3D statement.


  • Prev by Date: lack of elegance
  • Next by Date: Re: visualization with Mathematica
  • Previous by thread: Re: visualization with Mathematica
  • Next by thread: Re: visualization with Mathematica