This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Draws Golden Spriral | |
Adapted from | |
http://junilyd.github.io/blog/2014/08/13/fibonacci-mystery-pythonified/ | |
Tuomas Karna | |
2016-05-14 | |
""" | |
import matplotlib.pyplot as plt |
NewerOlder