Re: Newcomer Question
- To: mathgroup at smc.vnet.net
- Subject: [mg102596] Re: Newcomer Question
- From: "Rommel.ua" <rommel.ua at gmail.com>
- Date: Sun, 16 Aug 2009 06:40:35 -0400 (EDT)
- References: <h65vfu$eqf$1@smc.vnet.net>
Hi!
You can use such code for obtain the same picture cutting:
Manipulate[
Plot3D[Sin[x y], {x, -3, 3}, {y, -3, 3},
PlotRange -> {All, All, {-1, i}}], {i, -1, 1, 0.1}]
I use Sin[x y] as demo function.
Roman