Jump to content

Mandelbrot set: Difference between revisions

m
→‎Mercator zooms of the Mandelbrot set using NumPy: Do not transpose the Mercator map.
(→‎{{header|Python}}: Added Mercator-zooms of the Mandelbrot Set using NumPy)
m (→‎Mercator zooms of the Mandelbrot set using NumPy: Do not transpose the Mercator map.)
Line 7,174:
T[M] = k + 1
 
fig, ax = plt.subplots(figsize=(145, 514), dpi=100)
ax.imshow(T.T, cmap=plt.cm.twilight_shifted, vmin=0, vmax=n)
plt.savefig("Mercator_map.png")
 
305

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.