Plot[f[x], {x,a,b}] Not Reaching End Points
- To: mathgroup at smc.vnet.net
- Subject: [mg29028] Plot[f[x], {x,a,b}] Not Reaching End Points
- From: aes <siegman at stanford.edu>
- Date: Fri, 25 May 2001 01:48:04 -0400 (EDT)
- Organization: Stanford University
- Sender: owner-wri-mathgroup at wolfram.com
When I execute n=0.1; Plot[ (1-x)^n, {x,0,1} ] the plot stops well short of dropping all the way to the baseline on the steeply falling edge as x approaches 1 --- even if I use PlotRange->All or expand to something unreasonable like PlotPoints->10000. I understand that a Plot routine can have difficulties dealing with singularities or rapidly varying functions within the range to be plotted -- but it seems surprising to me that it should totally pass over or omit an explicitly stated, nonsingular end point.
- Follow-Ups:
- Re: Plot[f[x], {x,a,b}] Not Reaching End Points
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Plot[f[x], {x,a,b}] Not Reaching End Points