This commit is contained in:
Glenn Jocher 2018-09-04 15:08:32 +02:00
parent 966d85ba01
commit 0bfc4bcee3
1 changed files with 1 additions and 1 deletions

View File

@ -374,4 +374,4 @@ def plotResults():
plt.subplot(2, 5, i + 1) plt.subplot(2, 5, i + 1)
plt.plot(results[i, :], marker='.', label=f) plt.plot(results[i, :], marker='.', label=f)
plt.title(s[i]) plt.title(s[i])
plt.legend plt.legend()