Simple question which is bugging me quite a bit.
In maple I'm trying to graph 3 normal distributions, each one being a shift of the other.
I run the following code in maple and then get the following plot
plots[multiple](plot, [exp(-(x-4)^2), x = -5 .. 5], [exp(-(x-12)^2), x = -5 .. 5], [exp(-(x-20)^2), x = -100 .. 100]);
Which is an issue. I don't see what I did wrong. Can someone shed light on this?


Software that mathematicians use (except Mathematica, which has its own Stack Exchange site).Sounds like a Maple question is pretty on topic. Why else do we even have a "maple" or "math-software" tag?
– Sep 08 '16 at 14:30