summaryrefslogtreecommitdiff
path: root/examples/multivariate.py
AgeCommit message (Collapse)Author
2016-03-09updated examples to use new unified interfaceMario Mulansky
removed all occasions of *multi functions from examples as they are considered deprecated now. Uses unified interface everywhere.
2015-12-14py3: xrange() -> range()Igor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-06-12update example to use new SpikeTrain capabilityMario Mulansky
Make use of __getitem__ and __len__ of SpikeTrains in some examples.
2015-04-27adjustments of examplesMario Mulansky
2014-10-20+multivariate example, docs for spike profileMario Mulansky