Thanks
I have done the following:
Imag2 = ListPlot3D[Table[Sin[.2 x] Sin[.2 y], {x, -20, 20}, {y, -20, 20}]]
Imag1 = ListDensityPlot[
Table[Sin[.2 x] Sin[.2 y], {x, -20, 20}, {y, -20, 20}], Frame -> None]
plane = Table[-2, {i, 40}, {j, 40}];
ListPlot3D[{Table[Sin[.2 x] Sin[.2 y], {x, -20, 20}, {y, -20, 20}], plane},
BoxRatios -> 1, Mesh -> None, BoxRatios -> 1, Mesh -> None,
TextureCoordinateFunction -> ({#1, #2} &), TextureCoordinateScaling ->
True,
PlotStyle -> Texture[Imag1]]
I have to draw a plane a then color it using the image generated by the
LineDensityPlot.
The result is not very nice though!
Jesus
2013/6/11 debguy <
johnan...@cox.net>