AW: multigraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg48946] AW: [mg48932] multigraphics
- From: Matthias.Bode at oppenheim.de
- Date: Fri, 25 Jun 2004 02:58:11 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello Mazuego, will this suit your purposes: Plot[{x/2, x, 2*x}, {x, 0, 5}, PlotStyle -> {{RGBColor[1, 0, 0], Thickness[0.004]}, {RGBColor[0, 0, 1], Thickness[0.004]}, {RGBColor[0, 1, 0], Thickness[0.004]}}] ? Best regards, Matthias Bode Sal. Oppenheim jr. & Cie. KGaA Untermainanlage 1 D-60329 Frankfurt am Main GERMANY Tel.: +49(0)69 71 34 53 80 Mobile: +49(0)172 6 74 95 77 Fax: +49(0)69 71 34 95 380 E-mail: matthias.bode at oppenheim.de Internet: http://www.oppenheim.de -----Ursprüngliche Nachricht----- Von: Mazuego [mailto:mazuego at yahoo.com] Gesendet: Donnerstag, 24. Juni 2004 11:36 An: mathgroup at smc.vnet.net Betreff: [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!