From a3c5996c9fc11dfaae8e3bd2e3fdf12049a7525c Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Sun, 1 May 2022 20:06:52 +0200 Subject: [PATCH] Zaktualizuj 'evaluation.py' --- evaluation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evaluation.py b/evaluation.py index 3e59ebe..f7e7a5a 100644 --- a/evaluation.py +++ b/evaluation.py @@ -23,4 +23,5 @@ with open('evaluation_acuraccy.txt') as f: plt.xlabel('Build') plt.xticks(range(1, len(scores) + 1)) plt.ylabel('Accuraccy') - plt.show() \ No newline at end of file + plt.show() + plt.savefig('accuraccy.png') \ No newline at end of file