diff --git a/electrode_check.py b/electrode_check.py index 2e74f9c..46e05f0 100644 --- a/electrode_check.py +++ b/electrode_check.py @@ -317,6 +317,8 @@ def main(): Plot.n_rows = n_rows Plot.n_cols = n_cols + Plot.create_axis() + # fig = plt.figure(figsize =(20/2.54, 12/2.54), facecolor='white') # axs = [] # gs = gridspec.GridSpec(n_rows, n_cols)