Update ARE-DYNAMIC.py

This commit is contained in:
lucieho 2017-04-10 21:24:03 +02:00 committed by GitHub
parent 9669ed223b
commit 9ba0b2019a
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ def afficher_strat_dynamique():
fig=plt.figure()
fig.suptitle('Animation des stratégies')
cmap = mpl.colors.ListedColormap(["b","r" ,"black" ,"g" ,"purple"])
cmap = mpl.colors.ListedColormap(["b","r" ,"black" ,"g" ,"purple", "yellow"])
bounds=[0,1,2,3,4,5]
norm=mpl.colors.BoundaryNorm(bounds, cmap.N)