ParametricPlot3D[
Evaluate[Table[{x, n, ff[x, n]}, {n, 1, 7, 2}]], {x, 0, 1},
BoxRatios -> {5, 2, 1},
PlotStyle -> {{RGBColor[87/256, 181/256, 232/256]}, {RGBColor[0,
158/256, 115/256]}, {RGBColor[148/256, 0, 212/256]}, {Black}},
PlotRange -> All, PlotPoints -> 100000, AxesLabel -> {\[Tau], n, f},
PlotLegends -> {"n=1", "n=3", "n=5", "n=7"}]


我这里有一个笨笨的例子,函数 f(t,n) 因为整数 n 的不同画出了四支曲线