MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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`


  • Prev by Date: Re: suppressing graph objects
  • Next by Date: Re: How to "search" in a matrix?
  • Previous by thread: Re: Re: axes for Plot3D
  • Next by thread: Re: axes for Plot3D