making fractals in python

2005-12-12 Thread evil_daffid
hi, Im reseaching fractals, and how to make them in python using recursion. I've written a bit of code to make the koch isalnd but something isn't right, I have the basic shape but there's something wrong with the recursion i've used, could someone help me. Here is the code im using: import t

Re: making fractals in python

2005-12-12 Thread evil_daffid
Heres a link to the koch island: http://mathworld.wolfram.com/LindenmayerSystem.html -- http://mail.python.org/mailman/listinfo/python-list