Mandelbrot set: Difference between revisions

m
→‎Basic: Escape time and normalized iteration count: The large value for r was only for the subsequent correction of the iteration numbers.
m (→‎Advanced: Distance estimation and Mercator zoom: Changed parameters and increased accuracy for more beautiful images)
m (→‎Basic: Escape time and normalized iteration count: The large value for r was only for the subsequent correction of the iteration numbers.)
Line 7,168:
 
d, n = 200, 50 # pixel density & number of iterations
r = 100010 # escape radius (must be greater than 2)
 
x = linspace(-2.5, 1.5, 4 * d + 1)
305

edits