Mandelbrot set: Difference between revisions

Content added Content deleted
Line 6,537: Line 6,537:


===Mandelbrot Set with Julia Animation===
===Mandelbrot Set with Julia Animation===
This is an extension of the corresponding R section: e^(-|z|)-smoothing was added.
This is an extension of the corresponding R section: e^(-|z|)-smoothing was added. See Javier Barrallo & Damien M. Jones: Coloring Algorithms for Dynamical Systems in the Complex Plane ([http://www.mi.sanu.ac.rs/vismath/javier/b3.htm ''II. Distance Estimators'']).
<syntaxhighlight lang="julia">using Plots
<syntaxhighlight lang="julia">using Plots
gr(aspect_ratio=:equal, legend=false, axis=false, ticks=false, dpi=100)
gr(aspect_ratio=:equal, legend=false, axis=false, ticks=false, dpi=100)