Re: Plot3D slice
- To: mathgroup at smc.vnet.net
- Subject: [mg57924] Re: Plot3D slice
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Mon, 13 Jun 2005 05:50:41 -0400 (EDT)
- Organization: Uni Leipzig
- References: <d8gt82$muo$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, plt = Plot3D[Sin[x*y], {x, 0, Pi}, {y, 0, Pi}]; Show[Graphics3D[plt], PlotRange -> {-1, 0.5}] ?? Regards Jens "Vasil Michev" <michev at gmail.com> schrieb im Newsbeitrag news:d8gt82$muo$1 at smc.vnet.net... > Hi, > > I have s 3dplot, and I want to take slice at > fixed value along the Z > axis. How to do that? I tried using ContourPlot, > but the result doesnt > satisfy me. I spend like two days searching for > answer in > help/books/google, pls help me :/ > > P.S. Sorry if I'm asking too common question >