Re: visualization with Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg37976] Re: [mg37961] visualization with Mathematica
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Sat, 23 Nov 2002 19:14:52 -0500 (EST)
- References: <200211220916.EAA05677@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The options PlotRange and BoxRatios belong in the Plot3D argument list, and not outside it. Try this: In[1]:= Table[Plot3D[Sin[2*x]*Sin[2*y]*Cos[t], {x, 0, Pi}, {y, 0, Pi}, PlotRange -> {-1, 1}, BoxRatios -> {1, 1, 1}], {t, 0, Pi, Pi/6}] Tomas Garza Mexico City ----- Original Message ----- From: "Paulo Moraes Ferreira" <paulom at compos.com.br> To: mathgroup at smc.vnet.net Subject: [mg37976] [mg37961] visualization with Mathematica > 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 > _________________________________________ > > >
- References:
- visualization with Mathematica
- From: "Paulo Moraes Ferreira" <paulom@compos.com.br>
- visualization with Mathematica