summaryrefslogtreecommitdiff
path: root/examples/spike_sync.py
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-04-27 18:16:12 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2015-04-27 18:16:12 +0200
commit2336f1fcf28efeb23e8450f407a008b8032edd5e (patch)
treeb1ee74ef8dab17806715da799b220e44aa6dcb62 /examples/spike_sync.py
parentecc7898a0b6cd5bc353fd246f3ad549934c82229 (diff)
adjusted PSTH, added to doc index
Diffstat (limited to 'examples/spike_sync.py')
-rw-r--r--examples/spike_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spike_sync.py b/examples/spike_sync.py
index 9e81536..37dbff4 100644
--- a/examples/spike_sync.py
+++ b/examples/spike_sync.py
@@ -40,7 +40,7 @@ plt.plot(x1, y1, '-k', lw=2.5, label="averaged SPIKE-Sync profile")
plt.subplot(212)
-f_psth = spk.psth(spike_trains, bin_size=5.0)
+f_psth = spk.psth(spike_trains, bin_size=50.0)
x, y = f_psth.get_plottable_data()
plt.plot(x, y, '-k', alpha=1.0, label="PSTH")