From 54bc915236a13f146a7c2d31a01c898e9d0a66b7 Mon Sep 17 00:00:00 2001 From: Dainis Boumber Date: Thu, 21 Jun 2018 01:32:13 -0500 Subject: [PATCH] fixed hitogram bug --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index 2d1f929..6a6fdb7 100644 --- a/demo.py +++ b/demo.py @@ -115,7 +115,7 @@ def demo(datasets, dsnames, classifiers, nwindows): # plot data and - figure3, a = plt.subplots(nrows=len(datasets), ncols=2,figsize=(27,9)) + figure3, a = plt.subplots(nrows=1, ncols=2) a = a.ravel() for idx,ax in enumerate(a):