Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2260

Re: PlotStyle does not work when Plot is fed Table

From Bob Hanlon <hanlonr@cox.net>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: PlotStyle does not work when Plot is fed Table
Date 2011-05-10 04:59 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <iqagof$ffc$1@smc.vnet.net> (permalink)

Show all headers | View raw


Plot[Evaluate[Table[x^i, {i, 1, 3}]], {x, 0, 1.5},
 PlotStyle -> {Red, Green, Blue}]


Bob Hanlon

---- ValeX <rjovale@gmail.com> wrote: 

=============
Hello,
take for instance this example:

Plot[Table[x^i, {i, 1, 3}], {x, 0, 1.5}, PlotStyle -> {Red, Green,
Blue}]

Mathematica gives me all the curves in blue. Any ideas?
Thanks.


Back to comp.soft-sys.math.mathematica | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: PlotStyle does not work when Plot is fed Table Bob Hanlon <hanlonr@cox.net> - 2011-05-10 04:59 +0000
  Re: PlotStyle does not work when Plot is fed Table ValeX <rjovale@gmail.com> - 2011-05-10 12:32 +0000

csiph-web