Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2057
| From | Bill Rowe <readnews@sbcglobal.net> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: and color via PlotStyle |
| Date | 2011-05-03 09:47 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <ipoiv9$g7m$1@smc.vnet.net> (permalink) |
On 5/2/11 at 6:50 AM, dushanm@spinn.net (Dushan Mitrovich) wrote:
>So far everybody has been talking about whether the behavior is
>reasonable or unreasonable to expect, but nobody has (AFAIK) done
>the obvious, namely stated the solution to the question: Just how
>does one get differently-colored curves when using the '/.{a->1}'?
This was answered earlier in the thread. Specifically
Plot[{a x, a x^2}/.a->1,{x,0,1}]
will plot in one color. And
Plot[Evaluate[{a x, a x^2}/.a->1],{x,0,1}]
will plot in two colors
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: and color via PlotStyle Bill Rowe <readnews@sbcglobal.net> - 2011-05-03 09:47 +0000
csiph-web