Mandelbrot set: Difference between revisions

Content added Content deleted
(→‎Python with and without NumPy (no optimizations): Added normalized iteration count for smooth coloring)
Line 7,158: Line 7,158:
<lang python>import math as mt
<lang python>import math as mt
import matplotlib.pyplot as plt
import matplotlib.pyplot as plt



def linspace(start, stop, num):
def linspace(start, stop, num):