Mandelbrot set: Difference between revisions

m
m (→‎Normalized Iteration Count, Distance Estimation and Mercator Maps: Explanation of the missing zoom images added.)
m (→‎Normalized Iteration Count, Distance Estimation and Mercator Maps: Correction: NumPy is just as fast as Julia)
Line 5,281:
 
===Normalized Iteration Count, Distance Estimation and Mercator Maps===
This is just a translation of the corresponding Python section, but the scatter plot and therefore the zoom images are missing. GR cannot create them in good quality, and if you choose PyPlot as the backend, you can also run the Python version directly (thanks to NumPy, it's isjust significantlyas fasterfast thanas Julia).
<lang julia>using Plots
gr(aspect_ratio=:equal, legend=false, dpi=250)
305

edits