thegooglecodearchive / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

Mandelbrot function #178

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Why not? It's some kind of special function, even if it's not very useful 
except for
pretty pictures. :)

Original comment by Vinzent.Steinberg@gmail.com on 23 Jan 2010 at 11:57