First time here? Check out the FAQ!
answered 2016-09-21 18:48:02 +0100
try like this:
f=lambda x: zeta(1+x*I).real_part() g=lambda x: zeta(1+x*I).imag_part() parametric_plot([f,g], (x,2,10))