I am trying to label a plot y = Sqrt[x] but Mathematica won't allow the = in the plot label. Is there some way around this?
Thanks! Exactly what I was looking for.
Plot[Sin[x], {x, -2 Pi, 2 Pi}, Frame -> True, PlotLabel -> HoldForm[y = Sqrt[x]]]