Manipulate[
Plot[a x^2 + b x + c, {x, -10, 10}, PlotRange -> {-50, 50},
PlotLabel -> Row[{a x^2 + b x + c = y}]], {{a, .1}, -10, 10,
Appearance -> "Open"}, {{b, .1}, -10, 10,
Appearance -> "Open"}, {{c, .1}, -10, 10, Appearance -> "Open"}]
Then I am having this after evaluating:
Set::write: Tag Plus in 0.1 +0.1 x+0.1 x^2 is Protected.
What does this mean?
PlotLabeloption. – dionys Sep 20 '15 at 16:58