MathGroup Archive 2004

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

Search the Archive

PlotPoints in plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48520] PlotPoints in plot
  • From: mathma18 at hotmail.com ("G.L.Narasimham")
  • Date: Fri, 4 Jun 2004 04:49:37 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

For the plot command  Plot[Sqrt[1-x^2],{x,-1,1},PlotPoints->3]
I expected to see a triangle joining 3 points on a circle, but a
continuous line ( default PlotPoints->20? )appears. However,
ParametricPlot3D[{Cos[t],Sin[t],0},{t,0,Pi},PlotPoints->3,ViewPoint->{0,0,5}]
gives a triangle. How to get a polygon of straight sides in the
unparametered Plot?


  • Prev by Date: Random Matrix of Integers
  • Next by Date: Whats the Edgeworth expansion of a random vector?
  • Previous by thread: Re: Re: Random Matrix of Integers
  • Next by thread: Re: PlotPoints in plot