Home | History | Annotate | Download | only in tutorial

Lines Matching full:mandel

614 # mandel - This is a convenient helper function for ploting the mandelbrot set
616 def mandel(realstart imagstart realmag imagmag)
626 ready&gt; <b>mandel(-2.3, -1.3, 0.05, 0.07);</b>
669 ready&gt; <b>mandel(-2, -1, 0.02, 0.04);</b>
712 ready&gt; <b>mandel(-0.9, -1.4, 0.02, 0.03);</b>