Re: axes for Plot3D
- To: mathgroup at smc.vnet.net
 - Subject: [mg60922] Re: axes for Plot3D
 - From: "Narasimham" <mathma18 at hotmail.com>
 - Date: Mon, 3 Oct 2005 04:06:29 -0400 (EDT)
 - References: <dhis3v$m1q$1@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
In example
Plot3D[Sin[x*Sin[y]], {x, 0, Pi}, {y, -Pi, Pi},PlotPoints->{19,23},
ViewPoint-> {1,1,1}  ]; Consider changing the viewpoint:
Plot3D[Sin[x*Sin[y]], {x, 0, Pi}, {y, -Pi, Pi},PlotPoints->{19,23} ,
ViewPoint-> {-1,2,2} ]; Or better look at it from anywhere using:
Graphics << RealTime3D`