From a81f8ec0f385c5feec44582ad293598e4349a07d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 20 Sep 2019 13:22:11 +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 c8458c8c..31532d9f 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -839,7 +839,7 @@ def plot_results(start=0, stop=0): # from utils.utils import *; plot_results() ax[i].get_shared_y_axes().join(ax[i], ax[i - 5]) fig.tight_layout() - ax[0].legend() + ax[1].legend() fig.savefig('results.png', dpi=200)