HOME | DD

Matplotlib — [HD] Julia sets animation

#animation #fractal #fractalart #gif #julia #mandelbrot #set
Published: 2017-05-20 11:53:53 +0000 UTC; Views: 495; Favourites: 0; Downloads: 3
Redirect to original
Description A Julia set animation I made. It is simple : each frame corresponds to a value of c on the complex plane. Here's the way I calculated c for each frame :

Consider the function f(t)= (1+cos(t))/2+sin(t)i/2 that maps a real t from 0 to 2*pi to a complex number. Each frame corresponds to a value of t. I divided the interval [0,2*pi[ to 100 sub-intervals [0,pi/50[, and chose t being the inf of each interval. Hence, I get 100 complex numbers, and I generated each frame according to this value.



TOTAL TIME TAKEN : 10 hours (according to first and last files datetime)
Related content
Comments: 0