Colors in Plot[]
- To: mathgroup at smc.vnet.net
- Subject: [mg90969] Colors in Plot[]
- From: lehin.p at gmail.com
- Date: Fri, 1 Aug 2008 02:59:49 -0400 (EDT)
Hello,
It is interesting behavour and I do not understand the reason for
this:
g[x_, n_] := x^n
Plot[g[x, 1], {x, 0, 1}]
Plot[g[x, 1], {x, 0, 1}, PlotStyle -> {Red, Blue}]
Plot[g[x, 1], {x, 0, 1}, PlotStyle -> {Red, Red}]
Why the second plot is Blue but the third is Red?