From ce9f5b2a8c1e26aa2f2ced3f1f2da2398919d419 Mon Sep 17 00:00:00 2001 From: ycanerol Date: Tue, 27 Jun 2017 19:59:53 +0200 Subject: [PATCH] Minor changes to plotting scripts --- figure_plotter.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/figure_plotter.py b/figure_plotter.py index 7b5de84..75973c0 100644 --- a/figure_plotter.py +++ b/figure_plotter.py @@ -41,13 +41,13 @@ flipper = 1 if i[3]: flipper = -1 - + # %% plot all matplotlib.rcParams['axes.spines.right'] = False matplotlib.rcParams['axes.spines.top'] = False matplotlib.rcParams['axes.spines.left'] = True - matplotlib.rcParams['axes.spines.bottom'] = True - + matplotlib.rcParams['axes.spines.bottom'] = True + plt.figure(figsize=(12, 12), dpi=200) plt.suptitle(str(' '.join(str(c['spike_path']) .split('rasters')[0].split('Experiments')[1] @@ -115,7 +115,7 @@ matplotlib.rcParams['axes.spines.top'] = False matplotlib.rcParams['axes.spines.left'] = False matplotlib.rcParams['axes.spines.bottom'] = False - + plt.subplot(3, 3, 7) plt.imshow(c['sta_unscaled'][:, :, c['max_i'][2]].reshape((60, 80,)), cmap='Greys',