From d8dc746471b4f803d8699307d87501fcb569f4bf Mon Sep 17 00:00:00 2001
From: Antonio Andriella <aandriella@iri.upc.educlear>
Date: Fri, 18 Sep 2020 15:06:59 +0200
Subject: [PATCH] Change names of plots

---
 utils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils.py b/utils.py
index bbd2bf0..b45c9bc 100644
--- a/utils.py
+++ b/utils.py
@@ -58,7 +58,7 @@ def plot2D_assistance(save_path, n_episodes, *y):
     plt.legend()
     # Custom X axis
     plt.xticks(r, x, fontweight='bold')
-    plt.ylabel("performance")
+    plt.ylabel("assistance")
     plt.savefig(save_path)
     plt.show()
 
@@ -79,6 +79,6 @@ def plot2D_feedback(save_path, n_episodes, *y):
     plt.legend()
     # Custom X axis
     plt.xticks(r, x, fontweight='bold')
-    plt.ylabel("performance")
+    plt.ylabel("feedback")
     plt.savefig(save_path)
     plt.show()
\ No newline at end of file
-- 
GitLab