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()