RE : multigraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg48955] RE : [mg48932] multigraphics
- From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
- Date: Fri, 25 Jun 2004 02:58:19 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Plot[Evaluate[Table[a*x, {a, -3, 5}]], {x, -5, 5},
PlotStyle -> Table[Hue[a/9], {a, 1, 9}]]
-----Message d'origine-----
De : Mazuego [mailto:mazuego at yahoo.com]
Envoyé : jeudi, 24. juin 2004 11:36
À : mathgroup at smc.vnet.net
Objet : [mg48932] multigraphics
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!