Skip to content

Commit 92be189

Browse files
committed
poo label
1 parent da5922f commit 92be189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def poc_map(d, player_entry):
239239

240240

241241
def vis_poo(df_red):
242-
return px.line(df_red, y="res", title='Percentage of Optimum over time for ω = 0.4', labels={"index": "epoch", "res": "Percentage of social optimum"})
242+
return px.line(df_red, y="res", title='Percentage of Optimum', labels={"index": "epoch", "res": "Percentage of social optimum"})
243243

244244

245245
def percentage_of_optimum(history, cop_val, classes, agg_step=1, visualize=True):

0 commit comments

Comments
 (0)