MathGroup Archive 1998

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

Search the Archive

Re: help



Chik Tai Wai David wrote:
> 
> Forget my program last time. I now get my solutions. I partitioned them
> 3 by 3 : {{x1,y1,z1},{x2,y2,z2},{x3,y3,z3},{x4,y4,z4},...}. I want to
> plot a 3D graph. I know ListPlot[] can treat {{x1,y1},{x2,y2},...}. But
> how to treat my datas ?
> 
> Thank you.
> 
> David.


Are you saying that you want to plot the values zn at the coordinates
xn, yn?  If so, then you just need to switch the order of you data
points so that the z value comes first and then use ListPlot3D -- 
Remove the _nospam_ in the return address to respond.



  • References:
    • help
      • From: Chik Tai Wai David <h9505865@hkusua.hku.hk>
  • Prev by Date: list combinations
  • Next by Date: Re: Automatically loading package question
  • Prev by thread: help
  • Next by thread: Help