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
|
||||
|
||||
def animation_strat():
|
||||
|
||||
fig=plt.figure()
|
||||
fig.suptitle('Animation des stratégies')
|
||||
cmap = mpl.colors.ListedColormap(["black","green" ,"red" ,"blue" ,"yellow"])
|
||||
|
@ -57,6 +56,7 @@ plt.show()
|
|||
|
||||
|
||||
|
||||
|
||||
def affichage_strats_resultats_totaux():
|
||||
"""array->graph
|
||||
Retourne les diagrammes en baton qui mettent en évidence le nombre d'années
|
||||
|
|
Loading…
Reference in New Issue