From 0bfc4bcee33096472ecbdc5287707f586ab162bf Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 4 Sep 2018 15:08:32 +0200 Subject: [PATCH] updates --- utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.py b/utils/utils.py index 43140197..44367b81 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -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 \ No newline at end of file + plt.legend()