Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fractals

Generating A Fractal In Python

I am currently working on a problem which involves plotting a fractal that has the form in the pict… Read more Generating A Fractal In Python

How To Adjust Panning While Zooming

I want to pan while zooming into a Mandelbrot set so that the fractal portion of the function stays… Read more How To Adjust Panning While Zooming

How To Get The Area Of Shape Filled Using Turtle

I graphed a fractal shape in Python using turtle, and am trying to get the area of this fractal aft… Read more How To Get The Area Of Shape Filled Using Turtle