Re: multigraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg48966] Re: multigraphics
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Fri, 25 Jun 2004 02:58:39 -0400 (EDT)
- References: <cbe84g$ril$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Here is an example:
Plot[Evaluate[Table[a x, {a, 0, 1, 0.1}]], {x, -1, 1}];
Steve Luttrell
"Mazuego" <mazuego at yahoo.com> wrote in message
news:cbe84g$ril$1 at smc.vnet.net...
> I want to plot the function y=ax, for different values of the parameter a,
> in the same graphic! Ho can I do this in Mathematica 5.0? thankyou!
>