summaryrefslogtreecommitdiff
path: root/examples/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot.py')
-rw-r--r--examples/plot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/plot.py b/examples/plot.py
index c44afd1..1922939 100644
--- a/examples/plot.py
+++ b/examples/plot.py
@@ -16,6 +16,7 @@ import matplotlib.pyplot as plt
import pyspike as spk
+
spike_trains = spk.load_spike_trains_from_txt("PySpike_testdata.txt",
edges=(0, 4000))