Home | History | Annotate | Download | only in tutorial

Lines Matching full:mandel

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