Dessiner un graphique NetworkX à l'aide de Plt.Pause
plt.clf()
nx.draw(G)
plt.pause(1) # 1 here is time gap
z_z
plt.clf()
nx.draw(G)
plt.pause(1) # 1 here is time gap