summaryrefslogtreecommitdiff
path: root/examples/plot.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-07-07add disable_backend_warning propertyMario Mulansky
Users can now disable the warning messages produced when the cython backend is not available by writing spk.disable_backend_warning = True in the beginning
2015-07-07better spike train plot (scatter) in plot.pyMario Mulansky
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-23docs: added interval averaging explanationsMario Mulansky
2014-10-20+multivariate example, docs for spike profileMario Mulansky
2014-10-16new function names in examples and readmeMario Mulansky
2014-10-14changed isi distance profile to abs valuesMario Mulansky
2014-10-13changed to BSD licenseMario Mulansky
2014-10-13code formatting following PEP8Mario Mulansky
2014-10-12changed name of example spike data fileMario Mulansky
2014-10-10added License note in headersMario Mulansky