Variations on ShadowPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg92355] Variations on ShadowPlot3D
- From: er <erwann.rogard at gmail.com>
- Date: Sun, 28 Sep 2008 07:23:15 -0400 (EDT)
Hello,
I'm looking for something like,
ShadowPlot3D[fun[x2, x3], {x2, -10, 10}, {x3, -10, 10},
ViewPoint -> {1.303, -2.921, 1.104}, AxesLabel -> {"x2", "x3", ""}]
*but* such that the projection is something like:
ContourPlot[
funx2, x3],
{x2, -10, 10}, {x3, -10, 10},
Contours -> {-1,0,1}
}
Is such a thing possible? How?
Thanks!