Re: Setting Colours of Plots
- To: mathgroup at smc.vnet.net
- Subject: [mg84598] Re: [mg84573] Setting Colours of Plots
- From: Gregory Lypny <gregory.lypny at videotron.ca>
- Date: Sun, 6 Jan 2008 05:56:40 -0500 (EST)
- References: <20080105120215.3M8J9.196934.root@eastrmwml24.mgt.cox.net>
Excellent! Thanks once again, Murray.
Gregory
On Sat, Jan 5, 2008, at 5:19 PM, Murray Eisenberg wrote:
> You don't need Directive if you want the same color for each curve
> -- only if you want the same color AND an additional directive. For
> example:
>
> Plot[{x, x^2, x^3}, {x, 0, 1}, PlotStyle -> RGBColor[0.25, 0.5,
> 0.25]]
>
> You mean something like RGBColor[0.5,0.25,0.5] ? Yes. But you
> might want first to see if there's already a named color that gives
> what you want. Look at the Color Schemes palette.