I thought to create this script after to watch Veritasium video about the Collatz conjecture.
I started this script to practice the recursivity and learn to create graphics with python more or less like this:
In the beggining i have been testing 'pylab' module to create a simple graph for only one number. This graphic shows us the differents values takes and the iterations of the number you intruduces for input.
In the following days i will try to make the graphic with more values in the same time. ;)