MathGroup Archive 2001

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

Search the Archive

Re: Importing File and 3D Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg30824] Re: Importing File and 3D Graphics
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 20 Sep 2001 03:51:16 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <9o98jc$cou$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

you need ListPlot3D[] and the

?MeshRange

"MeshRange is an option for ListPlot3D, SurfaceGraphics,
ListContourPlot, \
ListDensityPlot and related functions which specifies the range of x and
y \
coordinates that correspond to the array of z values given."

Regards
  Jens

Leonard Howell wrote:
> 
> I would like to use Mathematica 4.0 to draw 3D plots and contour plots of
> {x,y,z} data created by another program, say FORTRAN or APL.  I've been able
> to import  {z} stored in an array and use ListPlot3D which looks fine, but
> then their are no x or y axis information.   Essentially, I need results
> that look like Graphics3D[f(x,y),{x,xmin,xmax},{y,ymin,ymax}] and
> ContourPlot[f(x,y),{x,xmin,xmax},{y,ymin,ymax}] provided in a file to be
> read.
> 
> Help and suggestions greatly appreciated,
> 
> Leonard


  • Prev by Date: Re: Numbered equations
  • Next by Date: Re: PlotStyles
  • Previous by thread: Re: Importing File and 3D Graphics
  • Next by thread: Solve n equations without giving n?