RE: Plotting points in 3D
- To: mathgroup@smc.vnet.net
- Subject: [mg11534] RE: [mg11423] Plotting points in 3D
- From: jmt <jmthomas@cybercable.tm.fr>
- Date: Sat, 14 Mar 1998 13:55:52 -0500
- Organization: TeA
You can try to plot your points with TriangularSurfacePlot in the package DiscreteMath`ComputationalGeometry Hope this helps, ----------------------------------------------- Jean-Marie THOMAS Conseil et Audit en Ingenierie de Calcul www.cybercable.tm.fr/~jmthomas ------------------------------------------------ -----Message d'origine----- De: Sofiane Ramdani [SMTP:ramdani@univ-tln.fr] Date: jeudi 12 mars 1998 07:33 A: mathgroup@smc.vnet.net Objet: [mg11423] Plotting points in 3D Hi all, I've wrote a program that solves an implicit equation that looks like : f(x,y,z)=0. In fact, my program actually find a "z" for some values of "x" and "y". Then, using "Plot3D", I've plotted a 3D surface of "z" as a numerical function of x and y. After this, I've evaluated new points : (x1,y1,z1) in a new 3D basis. I'm trying now to plot these new points using the values of "x1", "y1" and "z1". Is there any way to do this? Thanks for any answer.