Re: grid plot
- To: mathgroup at smc.vnet.net
- Subject: [mg5803] Re: [mg5777] grid plot
- From: Sherman Reed <Sherman.Reed at worldnet.att.net>
- Date: Wed, 22 Jan 1997 00:44:11 -0500
- Sender: owner-wri-mathgroup at wolfram.com
At 07:58 PM 1/18/97 +0000, you wrote: > >Hello, > >I wonder if it's possible to connect the following pattern >of points(defined by their x,y,z coordinates) with >straight lines : > >a b c d e....m > >n o p q r....t > >u v w x y....z > >Point "o" for example will have 4 straight lines connecting >it to neighboring points n,b,p, and v. Boundary points >like point "a" will have 2 lines connecting to "b" and "n". > >Does anybody know how to di this inside Mathematica? >Thanks in advance . > >Hai Nguyen > Hai looks like ListPlot3D does exactly what you want, except the input data is in slightly different form, specifically: data={{a,n,u},{b,o,v},{c,p,w}, etc. } which should not be a serious problem Sherman C. Reed