This commit is contained in:
Glenn Jocher
2018-09-04 15:08:32 +02:00
parent 966d85ba01
commit 0bfc4bcee3
+1 -1
View File
@@ -374,4 +374,4 @@ def plotResults():
plt.subplot(2, 5, i + 1)
plt.plot(results[i, :], marker='.', label=f)
plt.title(s[i])
plt.legend
plt.legend()