Re: PlotLabel with assigned variables *and* on several lines #2

  • Follow


Try:

a = 1; b = 2; Plot[Sin[x], {x, 0, 1}, PlotLabel -> "a=" <> ToString[a]
"\nb= " <> ToString[b] ]

Hans Michel


0
Reply HMiche (6) 6/29/2004 9:23:39 AM


0 Replies
42 Views

(page loaded in 0.11 seconds)

Similiar Articles:













7/14/2012 9:32:59 AM


Reply: