-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visualizations.raster improvements #54
Comments
I agree. On Tue, Jul 7, 2015 at 2:22 PM Lane McIntosh notifications@github.com
|
we should split the current code in e.g.: raster(spk_array):
plt.plot(spk_array[:,0], spk_array[:,1], '.'); This lets you use |
… splits a list of spike times into trials (spiketools.split_trials), and a simple raster function that just plots spikes given an array of labels (visualizations.raster). Closes #54
Thoughts, @bnaecker? This is a breaking change, but makes things simpler. Check out the modifications in the above commit |
Would be nice if this were simpler; i.e. just take an (n,2) array of spike times and cell / trial ID
The text was updated successfully, but these errors were encountered: