Mandelbrot set: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: Another optimization removed to improve comparability.)
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