Keywords: First members of Fibonacci sequence.svg en Plot of the first members of the Fibonacci sequence de Diagramm mit den ersten Folgenglieder der Fibonacci-Folge 2016-02-12 own http //kulla me Stephan Kulla User Stephan Kulla other fields Matplotlib + import numpy as np import matplotlib pyplot as plt def fibonacci a b 0 1 yield a yield b while True a b b a + b yield b ns np arange 0 7 1 1 fs np fromiter fibonacci np float ns size plt plot ns fs o plt xlim 0 ns max +0 5 plt ylim 0 fs max +1 plt axhline 0 color black plt savefig First members of Fibonacci sequence svg cc-zero Sequence mathematics Fibonacci numbers |