2011-12-17 61 views

回答

10
Plot[E^(-x), {x, 0, 2}, AxesOrigin -> {0, 0}] 

enter image description here

7

海克的回答是不错,但这里是一个另类:

Plot[E^(-x), {x, 0, 2}, PlotRange -> {0, Automatic}]