From 416ef81e85e9f49227c446b025b181623654d69e Mon Sep 17 00:00:00 2001 From: efish Date: Fri, 30 Nov 2018 16:06:32 +0100 Subject: [PATCH] buh --- code/plot_eodform_spikehist.py | 4 ++-- code/stimulus_chirp.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/plot_eodform_spikehist.py b/code/plot_eodform_spikehist.py index 49b0652..3a1a0e6 100644 --- a/code/plot_eodform_spikehist.py +++ b/code/plot_eodform_spikehist.py @@ -9,8 +9,8 @@ from IPython import embed inch_factor = 2.54 sampling_rate = 40000 data_dir = '../data' -#dataset = '2018-11-09-ad-invivo-1' -dataset = '2018-11-14-ad-invivo-1' +dataset = '2018-11-09-ad-invivo-1' +#dataset = '2018-11-14-ad-invivo-1' # read eod and time of baseline time, eod = read_baseline_eod(os.path.join(data_dir, dataset)) diff --git a/code/stimulus_chirp.py b/code/stimulus_chirp.py index 4ae0f61..89d0082 100644 --- a/code/stimulus_chirp.py +++ b/code/stimulus_chirp.py @@ -43,7 +43,7 @@ plt.setp(ax1.get_xticklabels(), visible=False) ax1.plot(time*1000, signal, color = 'royalblue', lw = 1) ax2.plot(time*1000, freq, color = 'royalblue', lw = 3) -ax1.set_ylabel("field [mV]", fontsize = 22) +ax1.set_ylabel("Field [mV]", fontsize = 22) ax1.yaxis.set_label_coords(-0.1, 0.5)