|
[Date Index]
[Thread Index]
[Author Index]
Plot question
- To: mathgroup at smc.vnet.net
- Subject: [mg80840] Plot question
- From: Yaroslav Bulatov <yaroslavvb at gmail.com>
- Date: Tue, 4 Sep 2007 03:39:10 -0400 (EDT)
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}]
Prev by Date:
Re: date format
Next by Date:
What is $MaxNumber on a 64 bit Computer?
Previous by thread:
Re: Fwd: correction to: more than 1.5 hrs of trying: Grid Alignment problem ?
Next by thread:
Re: Plot question
|