MathGroup Archive 2008

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

Search the Archive

RE: PLot3 function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85024] RE: [mg85002] PLot3 function
  • From: "Jose Luis Gomez" <jose.luis.gomez at itesm.mx>
  • Date: Thu, 24 Jan 2008 04:45:08 -0500 (EST)
  • References: <200801220658.BAA13448@smc.vnet.net>

Hi kingpin

If you do Not have Mathematica VERSION SIX then there are several
possibilities:

Use LiveGraphics3D to create a webpage where your Mathematica graph can be
rotated in real time:
http://www.vis.uni-stuttgart.de/~kraus/LiveGraphics3D/
In the following link there is a simple tutorial to use LiveGraphics3D. It
is in Spanish, however I think that is simple enough for you to get useful
information even if you do not understand Spanish:
http://homepage.cem.itesm.mx/lgomez/curso_lg3d.htm 
(please notice that long links get usually broken in the newsgroup,
therefore you might have to remove by hand the extra newlines in the two
links above)

Another possibility:
Use the experimental and undocumented library RealTime3D, for example:
Needs["RealTime3D`"];
Plot3D[Sin[x*y],{x,0,3},{y,0,3}]

But the best possibility is:
BUY MATHEMATICA 6, it does exactly what you want by default, just create any
3D graph and you can rotate it with the mouse immediately

Regards!
Jose
Mexico

-----Mensaje original-----
De: kingpin at freemail.it [mailto:kingpin at freemail.it] 
Enviado el: Martes, 22 de Enero de 2008 12:59 a.m.
Para: mathgroup at smc.vnet.net
Asunto: [mg85002] PLot3 function

Hi,

i have plotted a function of two variables with Mathematica. The
output is a static graph.
I would like to rotate it in order to have a better view of the graph.
How can this be done?
Thank you



  • Prev by Date: Re: PLot3 function
  • Next by Date: Re: Optimization in Mathmatica
  • Previous by thread: Re: PLot3 function
  • Next by thread: Mathematica 6 messes up ArrayPlot PDF export