Hi Brian, See documentation.
Plot[Exp[x], {x, 0, 1}, PlotRange -> {{0, 1}, {0, 2.5}}]
or
Plot[Exp[x], {x, 0, 1}, PlotRange -> Automatic]
Regards,....Jos
Have you read the documentation for PlotRange?