Skip to content

Commit

Permalink
updated figures to the thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
saeid93 committed Jun 5, 2024
1 parent e6d2872 commit 14ec54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/analysis/analysis_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
"for i, column in enumerate(df_g_plog.columns):\n",
" plt.bar(index + i * bar_width, df_g_plog[column], bar_width, label=column, color=colors[i], edgecolor='black', alpha=0.7, hatch=hatches[i])\n",
"\n",
"plt.title(\"Fairness reward test\", fontsize=20) # Larger title font size\n",
"plt.title(\"Fairness Reward Test\", fontsize=20) # Larger title font size\n",
"plt.xlabel(\"Number of Nodes\", fontsize=20) # Larger x-label font size\n",
"plt.ylabel(\"Reward g Value\", fontsize=20) # Larger y-label font size\n",
"plt.xticks(index + bar_width * len(df_g_plog.columns) / 2, df_g_plog.index, fontsize=12) # Larger x-ticks font size\n",
Expand Down

0 comments on commit 14ec54e

Please sign in to comment.