Update Bar_Chart + Récup_mat.py
This commit is contained in:
parent
fd9d1f494e
commit
b532490455
|
@ -28,7 +28,6 @@ def matRecup(i, param):
|
||||||
return matR
|
return matR
|
||||||
|
|
||||||
def animation_strat():
|
def animation_strat():
|
||||||
|
|
||||||
fig=plt.figure()
|
fig=plt.figure()
|
||||||
fig.suptitle('Animation des stratégies')
|
fig.suptitle('Animation des stratégies')
|
||||||
cmap = mpl.colors.ListedColormap(["black","green" ,"red" ,"blue" ,"yellow"])
|
cmap = mpl.colors.ListedColormap(["black","green" ,"red" ,"blue" ,"yellow"])
|
||||||
|
@ -57,6 +56,7 @@ plt.show()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def affichage_strats_resultats_totaux():
|
def affichage_strats_resultats_totaux():
|
||||||
"""array->graph
|
"""array->graph
|
||||||
Retourne les diagrammes en baton qui mettent en évidence le nombre d'années
|
Retourne les diagrammes en baton qui mettent en évidence le nombre d'années
|
||||||
|
|
Loading…
Reference in New Issue