Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Alan
Posts:
95
Registered:
3/29/11
|
|
Re: yet another Evaluate question
Posted:
Mar 15, 2012 1:32 AM
|
|
Sorry, but I'm too much a a newbie to understand how the HoldAll attribute is the culprit. Note that the plot is produced with the code above. It is just that the legend is incomplete.
One other thing: I would like to get the equivalent (in Plot) of using Evaluate on plotfuncs, but without actually changing plotfuncs. (I.e., after Evaluate, even though it is within Plot, any globals in plotfuncs have been replaced. Illustration of the problem below.)
Thanks, Alan Isaac
Needs["PlotLegends`"] b = 1.0 plotfuncs2 = {a*x, a*x + b} /. {a -> 1.0} Plot[Evaluate[plotfuncs2], {x, 0, 1}, PlotStyle -> {Red, Blue}, PlotLegend -> {"first", "second"}] b = 2.0 plotfuncs2
|
|
Date
|
Subject
|
Author
|
3/14/12
|
|
Alan
|
3/15/12
|
|
Alan
|
|
|