Re: 4 Straight segments !!
- To: mathgroup at smc.vnet.net
- Subject: [mg38829] Re: 4 Straight segments !!
- From: Tom Burton <tburton at brahea.com>
- Date: Wed, 15 Jan 2003 02:19:35 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 1/14/03 3:13 AM, in article b00rcr$pm0$1 at smc.vnet.net, "Payton"
<payton_200 at yahoo.fr> wrote:
> How can I adjust the Plot options PlotPoints,PlotDivision and MaxBend
> so that the graph of f(x) = x^2 consists of exactly four straight
> segments.
I'm not sure and not interested to find out, because the following is so
easy:
ListPlot[Table[{x,x x},{x,0,4}],PlotJoined->True]
Tom Burton