Skip to content

Commit

Permalink
Merge pull request #34 from ajfAfg/change-the-labels-of-figures-about…
Browse files Browse the repository at this point in the history
…-execution-time-of-function-that-solve-optimal-supervision-tree

Change the labels of figures about execution time of function that solve optimal supervision tree
  • Loading branch information
ajfAfg authored Jan 22, 2024
2 parents 0b90219 + f99b7a8 commit 5ce32ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
plt.rcParams["font.size"] = 22
plt.scatter(x, y, s=100, c="pink", alpha=0.5, edgecolors="red")
plt.xticks(list(x), list(map(str, x)))
plt.xlabel("The number of gen_server (no)", labelpad=15)
plt.ylabel("execution time (s)", labelpad=20)
plt.xlabel("gen_server (no)", labelpad=15)
plt.ylabel("Execution time (s)", labelpad=20)
plt.tight_layout()

# Line chart
Expand Down

0 comments on commit 5ce32ff

Please sign in to comment.