Re: Plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg65056] Re: Plot3D
- From: nma at 12000.org
- Date: Sun, 12 Mar 2006 23:59:24 -0500 (EST)
- References: <duud6t$hr1$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
try the PlotRange->All option In[109]:= Plot3D[Exp[-10*(x*x + y*y)], {x, -1, 1}, {y, -1, 1}, PlotRange -> All] Nasser -- http://12000.org