MathGroup Archive 2004

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

Search the Archive

Re: 3D plots from lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48729] Re: [mg48706] 3D plots from lists
  • From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
  • Date: Fri, 11 Jun 2004 23:58:54 -0400 (EDT)
  • References: <200406110752.DAA24891@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On 11 Jun 2004, at 16:52, Giorgio Torrieri wrote:

> This might be naive, but I worked on this problem for days, and the
> users manual seems to be of no help.
>
> I have a 3 column output generated by a FORTRAN program, in the
> following form:
>
> X    Y    F(X,Y)
>
> Is there any way to make Mathematica understand this format and plot
> it with something like ListPlot3D?    It seems to require all 3D plots
> to be square arrays of the form F(X,Y) only, and I would much rather
> not modify the fortran program output.
>
> Thanks for your help
>
> GT
>
>
>
Presumably what you are looking for is the function ListSurfacePlot3D 
of the Graphics`Graphics3D` Standard Package.


Andrzej Kozlowski
Chiba, Japan
http://www.mimuw.edu.pl/~akoz/


  • Prev by Date: Re: 3D plots from lists
  • Next by Date: Re: using iFFT on a Continuous Time Transfer Function
  • Previous by thread: 3D plots from lists
  • Next by thread: Re: 3D plots from lists