Mandelbrot set: Difference between revisions

Content deleted Content added
Majow (talk | contribs)
m →‎{{header|Python}}: Another optimization removed to improve comparability.
Majow (talk | contribs)
m →‎{{header|Python}}: Explanation added
Line 7,038: Line 7,038:




Actually the same, but more suitable for teaching. First without Numpy, only with floating point numbers.
Actually the same, but without optimizations and therefore better suited for teaching. First without Numpy, only with floating point numbers.
<lang python>import matplotlib.pyplot as plt
<lang python>import matplotlib.pyplot as plt