Maybe mandelbrot (from the demo script) should be included as a function?
Then you could just do:
>>> from mpmath import fp
>>> fp.cplot(fp.mandelbrot, [-0.96,-0.80], [-0.35,-0.2])
for a nice test of cplot.
Original issue reported on code.google.com by fredrik....@gmail.com on 17 Jan 2010 at 8:44
Original issue reported on code.google.com by
fredrik....@gmail.com
on 17 Jan 2010 at 8:44