Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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))