5 # A demonstration of chaos
23 def line(x1
, y1
, x2
, y2
):
32 def plot(fun
, start
, colour
):
45 setworldcoordinates(-1.0,-0.1, N
+1, 1.1)
50 plot(g
, 0.35, "green")
54 setworldcoordinates(0.5*s
,-0.1, N
+1, 1.1)
57 if __name__
== "__main__":