SNABSuite
0.x
Spiking Neural Architecture Benchmark Suite
|
Functions | |
def | raster_plot (spikes, simulator) |
Variables | |
parser = argparse.ArgumentParser(description='Plot spike times') | |
metavar | |
nargs | |
help | |
type | |
str | |
default | |
False | |
action | |
args = parser.parse_args() | |
list | data = [] |
list | data2 = [] |
fig = raster_plot(data, args.s) | |
format | |
dpi | |
bbox_inches | |
def spike_plot.raster_plot | ( | spikes, | |
simulator | |||
) |
Definition at line 46 of file spike_plot.py.
spike_plot.action |
Definition at line 34 of file spike_plot.py.
spike_plot.args = parser.parse_args() |
Definition at line 36 of file spike_plot.py.
spike_plot.bbox_inches |
Definition at line 81 of file spike_plot.py.
list spike_plot.data = [] |
Definition at line 66 of file spike_plot.py.
list spike_plot.data2 = [] |
Definition at line 69 of file spike_plot.py.
spike_plot.default |
Definition at line 32 of file spike_plot.py.
spike_plot.dpi |
Definition at line 81 of file spike_plot.py.
spike_plot.False |
Definition at line 34 of file spike_plot.py.
spike_plot.fig = raster_plot(data, args.s) |
Definition at line 77 of file spike_plot.py.
spike_plot.format |
Definition at line 80 of file spike_plot.py.
spike_plot.help |
Definition at line 29 of file spike_plot.py.
spike_plot.metavar |
Definition at line 29 of file spike_plot.py.
spike_plot.nargs |
Definition at line 29 of file spike_plot.py.
spike_plot.parser = argparse.ArgumentParser(description='Plot spike times') |
Definition at line 26 of file spike_plot.py.
spike_plot.str |
Definition at line 32 of file spike_plot.py.
spike_plot.type |
Definition at line 32 of file spike_plot.py.