Skip to content

Commit

Permalink
Merge pull request #36 from ajfAfg/fix-settings-of-benchmark-result-f…
Browse files Browse the repository at this point in the history
…igure

Fix the settings of the benchmark result figure
  • Loading branch information
ajfAfg authored Feb 13, 2024
2 parents 99356e0 + f121c05 commit c4e2eee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
plt.rcParams["font.size"] = 16
plt.scatter(x, y, s=100, c="pink", alpha=0.5, edgecolors="red")
plt.xticks(list(x), list(map(str, x)))
plt.xlabel("# of gen_server", labelpad=15)
plt.xlabel("# of gen_servers", labelpad=15)
plt.ylabel("Execution time (s)", labelpad=20)
plt.tight_layout()

Expand Down

0 comments on commit c4e2eee

Please sign in to comment.