scaling axes in Mathematica
Posted
by lak3rs
on Stack Overflow
See other posts from Stack Overflow
or by lak3rs
Published on 2010-06-01T18:00:01Z
Indexed on
2010/06/01
18:03 UTC
Read the original article
Hit count: 147
mathematica
I'm sure this is an incredibly simple question but I've recently started using Mathematica so it's all new to me. How do you scale the y axis? I try the following but it won't compile.
Plot[y = {Exp[-(x^2+3x+2)]}, {x, 0, 5}, {y, 0, 1}]
© Stack Overflow or respective owner