Skip to content

Commit

Permalink
fixed hitogram bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dainis-boumber committed Jun 21, 2018
1 parent 8c9ab11 commit 54bc915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 54bc915

Please sign in to comment.