MathGroup Archive 2000

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

Search the Archive

Re: Weird Plot behavior...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22286] Re: Weird Plot behavior...
  • From: Brian Higgins <bghiggins at ucdavis.edu>
  • Date: Wed, 23 Feb 2000 01:01:19 -0500 (EST)
  • References: <88sn7o$ioh@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Doug,

Your problem is related to the way Plot selects points in the plot
interval selected for evaluating your function. You can obtain the
desired result by changing the PlotPoints option or the MaxBend option.
The following Plot commands give 7 fixed points in the interval {0,1}

Plot[{sf[sf[sf[sf[x]]]], x}, {x, 0, 1}, MaxBend -> 2]

Plot[{sf[sf[sf[sf[x]]]], x}, {x, 0, 1}, PlotPoints -> 50]

Cheers, Bri


Sent via Deja.com http://www.deja.com/
Before you buy.


  • Prev by Date: Notional NotebookOpen Nonplus?
  • Next by Date: Getting graphic outputs from background jobs
  • Previous by thread: Weird Plot behavior...
  • Next by thread: Re: Weird Plot behavior...