|
[Date Index]
[Thread Index]
[Author Index]
ListPlot3D type plotting
- To: mathgroup at yoda.physics.unc.edu
- Subject: ListPlot3D type plotting
- From: stabb at cmgroup.engr.wisc.edu (Mark C. Stabb)
- Date: Fri, 31 Jul 92 23:29:58 CDT
I have an array of data z=f(x,y) I would like to plot as a surface much
like ListPlot3D does. However, ListPlot3D requires a square and regularly
spaced array of x,y values. In fact in doesn't even ask for them at
all, but assumes the square, regular distribution. Is there a way to
get a similar looking plot for a rectangular grid which may not be evenly
spaced, given values of x,y, and z. I really need the surface appearance, so
ContourPlot, is out, and ParametericPlot3D requires functions, which I
don't have, and I have way too many points to make an interpolating
function.
Thanks for any ideas.
------
Mark Stabb
University of Wisconsin-Madison
Department of Engineering Mechanics and Astronautics
stabb at cmgroup.engr.wisc.edu
Prev by Date:
Re: Why does this crash the kernel?
Next by Date:
Alternative zero-based subscripting code
Previous by thread:
Do you Part your hair on the left or the right?
Next by thread:
Alternative zero-based subscripting code
|