2011-12-17 80 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}]