From 04c8f79df5b6b0f731bfe6965be4f6e9a7925977 Mon Sep 17 00:00:00 2001 From: tillraab Date: Wed, 11 Sep 2019 14:35:00 +0200 Subject: [PATCH] bf --- electrode_check.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/electrode_check.py b/electrode_check.py index 68c18a5..56360f6 100644 --- a/electrode_check.py +++ b/electrode_check.py @@ -33,8 +33,9 @@ class plot(): def create_axis(self): gs = gridspec.GridSpec(self.n_rows, self.n_cols) - for y in range(self.n_rows): - for x in range(self.n_cols): + for x in range(self.n_cols): + for y in range(self.n_rows): + # for x in range(self.n_cols): ax = plt.subplot(gs[y, x]) if not y == self.n_rows - 1: