Hello,
I am able to add f[t] as an y-axis label and it works beautifully. However, if I try f[r,t], the code crashes. I don't want to use quotes cause it doesn't put the label in italics. Any ideas?
Plot[{f[1/8, t], f[1/4, t], f[3/8, t], f[1/2, t], f[5/8, t],
f[3/4, t], f[7/8, t]}, {t, 0, 15}, AxesLabel -> {t, f[t]}]
Attached the result (this is a plot of the zeta function for different real parts: 1/2 is the middle curve):
Attachments: