MathGroup Archive 2004

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

Search the Archive

Re: PlotPoints in plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48551] Re: PlotPoints in plot
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 5 Jun 2004 07:18:52 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <c9pe8k$psr$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

the best what you can get is

Plot[Sqrt[1 - x^2], {x, -1, 1}, PlotPoints -> 3, PlotDivision -> 1]

Regards
  Jens

"G.L.Narasimham" wrote:
> 
> 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: Simplifying Expressions with Ratios of Factors
  • Next by Date: Another Mathematica Link for your listing...
  • Previous by thread: Re: PlotPoints in plot
  • Next by thread: RE: PlotPoints in plot