Re: Importing File and 3D Graphics
- To: mathgroup at smc.vnet.net
- Subject: [mg30875] Re: [mg30806] Importing File and 3D Graphics
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Fri, 21 Sep 2001 04:04:13 -0400 (EDT)
- References: <200109190416.AAA12679@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I think you might try Graphics`Graphics3D`ScatterPlot3D`.
Tomas Garza
Mexico City
----- Original Message -----
From: "Leonard Howell" <lwhowell at knology.net>
To: mathgroup at smc.vnet.net
Subject: [mg30875] [mg30806] Importing File and 3D Graphics
> 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
>
>
>
- References:
- Importing File and 3D Graphics
- From: "Leonard Howell" <lwhowell@knology.net>
- Importing File and 3D Graphics