You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).