ListPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg3520] ListPlot3D
- From: Pesce Lorenzo <fish at onsager.fh.huji.ac.il>
- Date: Wed, 20 Mar 1996 02:50:07 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Dear Experts,
I have a question.
I work on Mathematica 2.2 for unix with SiliconGraphic machines.
I'm trying to Make a ListPlot3D using a color function defined with
another array.
the command line is :
ListPlot3d[{funarray,colorarray}]
Color array is an array defined via
Colorarray = Map[GrayLevel,phasearray]
Where phasearray and funarray are respectively [nx-1,ny-1] and
[nx,ny].
Phase array is bounded between 0 and 1.
What am I doing wrong?
Thanks in advance,
Lorenzo
==== [MESSAGE SEPARATOR] ====