Mandelbrot set: Difference between revisions

Content deleted Content added
Majow (talk | contribs)
m →‎Advanced: Distance estimation and Mercator zoom: Changed parameters and increased accuracy for more beautiful images
Majow (talk | contribs)
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: Line 7,168:


d, n = 200, 50 # pixel density & number of iterations
d, n = 200, 50 # pixel density & number of iterations
r = 1000 # escape radius (must be greater than 2)
r = 10 # escape radius (must be greater than 2)


x = linspace(-2.5, 1.5, 4 * d + 1)
x = linspace(-2.5, 1.5, 4 * d + 1)