diff --git a/2020/sketch_2020_03_13a/sketch_2020_03_13a.pyde b/2020/sketch_2020_03_13a/sketch_2020_03_13a.pyde index 390d74e8..7ca6bbb3 100644 --- a/2020/sketch_2020_03_13a/sketch_2020_03_13a.pyde +++ b/2020/sketch_2020_03_13a/sketch_2020_03_13a.pyde @@ -1,13 +1,13 @@ """ - * MandelbrotSet - * https://rosettacode.org/wiki/Mandelbrot_set#Processing - * Processing 3.4 - * 2017-09-23 Noel - * - * Task: Generate and draw the Mandelbrot set. - * Note that there are many algorithms to draw Mandelbrot set - * and there are many functions which generate it . - """ +MandelbrotSet +https://rosettacode.org/wiki/Mandelbrot_set#Processing +Processing 3.4 +2017-09-23 Noel +2020-03-13 Alexandre (Python Mode) +Task: Generate and draw the Mandelbrot set. +Note that there are many algorithms to draw Mandelbrot set +and there are many functions which generate it . +""" # Click on an area to zoom in. # Choose areas with multiple colors for interesting zooming.