Benutzer-Werkzeuge

Webseiten-Werkzeuge


Seitenleiste

ws1920:versuch_fuer_naechstes_mal
plt.axis('off')

while True:
    if input() == int(1):
        break
    else:
                    
        im = plt.imshow(gol.zustand, animated=True, cmap=plt.get_cmap('gray'))
        anim = animation.FuncAnimation(fig, animate, frames=2, interval=100)
        
        plt.show()
        
        
        
        

loop stoppen und funcanimation kuerzer machen damit man

ws1920/versuch_fuer_naechstes_mal.txt · Zuletzt geändert: 2020/01/16 17:48 von richard.wonneberger