Mandelbrot set: Difference between revisions

Content deleted Content added
Majow (talk | contribs)
m →‎Normalized Iteration Count, Distance Estimation and Mercator Maps: Explanation of the missing zoom images added.
Majow (talk | contribs)
Line 5,281: Line 5,281:


===Normalized Iteration Count, Distance Estimation and Mercator Maps===
===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 is significantly faster than Julia).
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 just as fast as Julia).
<lang julia>using Plots
<lang julia>using Plots
gr(aspect_ratio=:equal, legend=false, dpi=250)
gr(aspect_ratio=:equal, legend=false, dpi=250)