Re: Plot, Table.
- To: mathgroup at smc.vnet.net
- Subject: [mg19946] Re: [mg19927] Plot, Table.
- From: "David Park" <djmp at earthlink.net>
- Date: Wed, 22 Sep 1999 04:11:23 -0400
- Sender: owner-wri-mathgroup at wolfram.com
>Can I plot a family of functions at the same coordinate system?
>For example:
> y = a x^2 a = 1,2,........,20
>Thanks for all readers.
>--
>kaesarzm at teleline.es
>
Plot[Evaluate[Table[a x^2, {a, 1, 20}]], {x, 0, 1}, PlotRange -> All];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/