Mathematica里面用Plot画图怎么只有坐标没有图像?如图:

代码如下:
IC = {\[Xi][0] == 0.1, Derivative[1][\[Xi]][0] == 0}
Simplify[DSolve[
Join[{-\[Xi][t] + Derivative[1][\[Xi]][t] +
Derivative[2][\[Xi]][t] ==
Sin[1.2*t] + (1/3)*Sin[2.4*t] - 0.00926*Sin[4.8*t] +
0.0003*Sin[7.2*t]}, IC], \[Xi][t], t]]
为什么画科赛t的图像只有坐标轴没有图像(范围无所谓)