用PlotRange 限定y轴的范围,用法PlotRange -> {min, max},举例如下:Plot[Sin[x], {x, -\[Pi], \[Pi]}, PlotRange -> {-0.5, 0.5}]