RE: Plot question
- To: mathgroup at smc.vnet.net
- Subject: [mg80981] RE: [mg80840] Plot question
- From: "Tony Harker" <a.harker at ucl.ac.uk>
- Date: Thu, 6 Sep 2007 05:41:48 -0400 (EDT)
.... Whereas Plot[Evaluate[{a x, 2 a x, 3 a x} /. a -> 2], {x, 1, 2}, PlotStyle -> {Red, Green, Blue}] has the desired effect. I've noticed this behaviour before, but been reluctant to ask why it happens. Tony Harker ]-> -----Original Message----- ]-> From: Yaroslav Bulatov [mailto:yaroslavvb at gmail.com] ]-> Sent: 04 September 2007 08:39 ]-> To: mathgroup at smc.vnet.net ]-> Subject: [mg80840] Plot question ]-> ]-> Why does the plot below make all 3 curves the same color? ]-> ]-> Plot[{a x, 2 a x, 3 a x} /. a -> 2, {x, 1, 2}, PlotStyle ]-> -> {Red, Green, Blue}] ]-> ]-> ]->