1. from mpmath import *
2. cplot(zeta, [0, 1], [0, 50])
I expected to see the real axis scaled to create a square image (as "plot"
does with the x- and y- axis).
Instead I get a tiny rectangular sliver for the graph (png attached).
I'm using mpmath 0.13 on 64-bit Fedora 11. Python 2.6 ( r26 :66714, Jun 8
2009, 16:07:29).