RE: visualization with Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg37975] RE: [mg37961] visualization with Mathematica
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 23 Nov 2002 19:14:50 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Paulo,
The plot options PlotRange and BoxRatios have to go within the Plot3D
statement. Your misplaced ] put them within the Table statement.
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}];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Paulo Moraes Ferreira [mailto:paulom at compos.com.br]
To: mathgroup 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
_________________________________________