The range specification for Plot cannot specify a step size. Plot uses adaptive sampling to determine the points to be plotted.
Plot
Plot[{t^2, f[t, 20]}, {t, 1, -3}]
Manipulate[Plot[ {t^2, f[t, m]}, {t, -3, 3}], {m, 1, 10}]