From 6cda814d2e548e06144d10531ae99b909e147fb9 Mon Sep 17 00:00:00 2001 From: biss <879837607@qq.com> Date: Mon, 26 Mar 2018 00:09:45 +0800 Subject: [PATCH] Update visuals.py fix error show --- visuals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visuals.py b/visuals.py index e7abedf..cd668d8 100644 --- a/visuals.py +++ b/visuals.py @@ -115,7 +115,7 @@ def evaluate(results, accuracy, f1): # Aesthetics pl.suptitle("Performance Metrics for Three Supervised Learning Models", fontsize = 16, y = 1.10) - pl.tight_layout() + pl.subplots_adjust(top=0.85, bottom=0., left=0.10, right=0.95, hspace=0.3,wspace=0.35) pl.show()