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:
 
 
Actually the same, but morewithout suitableoptimizations and therefore better suited for teaching. First without Numpy, only with floating point numbers.
<lang python>import matplotlib.pyplot as plt