Question: How to create a plot for the critical line for Zeta(z)

Try to calculate the values for the Zeta(z) on the critical line in symbolic form and also as a plot 

Both i did not yet succeed in 

f:=z->Zeta(z);

complexplot3d(f,-1-1*I..1+1*I);
 

solve(f = 1/2 , z ) 

 

Please Wait...