matplotlib / matplotblog

Matplotlib blog
https://matplotlib.org/matplotblog/
35 stars 39 forks source link

Added tutorial blog post: animated fractals #33

Closed IlievskiV closed 4 years ago

IlievskiV commented 4 years ago

I wrote a tutorial blog post on how to implement fractals in Python and how to make animated visualizations using the Matplotlib's Animation API.

The blog post is divided into 5 parts:

  1. Introduction: general introduction to tease the reader
  2. Intuition: what are fractals and what is the rationale behind them in an intuitive manner
  3. Animated Mandelbrot Set: implementation and animation of the convergence of the Mandelbrot set as the number of iterations increases.
  4. Animated Julia Set: implementation of the Julia Set fractals and animation of one interesting property.
  5. Summary
davidevaleriani commented 4 years ago

Very cool post, Vladimir, thanks!

story645 commented 4 years ago

I'm gonna hold off promoting it 'til tomorrow, but awesome thanks!

IlievskiV commented 4 years ago

Thanks, @davidevaleriani, and @story645! I'm glad you like it :)