2D Fractals plotted as wholes Mandelbrot set (z^4+c, zo=0) Python 3 code Julia set (z^4+c, c=−0.7454294) Python 3 code Newton method set (z^6+1=0) Python 3 code 2D Fractals plotted randomly Mandelbrot set (z^2+c, zo=0) Python 3 code View animation Julia set (z^2+c, c=−0.7454294) Python 3 code View animation Newton method set (z^6+1=0) Python 3 code View animation 2D Fractals plotted by cellular automata Mandelbrot set (z^2+c, zo=0) Python 3 code View animation Julia set (z^2+c, c=−0.7454294) Python 3 code View animation Newton method set (z^6+1=0) Python 3 code View animation