Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -84,7 +84,7 @@ if __name__ == '__main__': | ... | @@ -84,7 +84,7 @@ if __name__ == '__main__': |
84 | fig.set_figheight(13) | 84 | fig.set_figheight(13) |
85 | fig.set_figwidth(20) | 85 | fig.set_figwidth(20) |
86 | plt.ylim(0.7, 1) | 86 | plt.ylim(0.7, 1) |
87 | - plt.xlim(0,65) | 87 | + plt.xlim(-1,65) |
88 | plt.xlabel("Runs") | 88 | plt.xlabel("Runs") |
89 | plt.ylabel("score") | 89 | plt.ylabel("score") |
90 | plt.rcParams.update() | 90 | plt.rcParams.update() | ... | ... |
-
Please register or login to post a comment