Skip to content
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

raster plot neuron range #949

Open
jcvtieck opened this issue Feb 28, 2018 · 1 comment
Open

raster plot neuron range #949

jcvtieck opened this issue Feb 28, 2018 · 1 comment

Comments

@jcvtieck
Copy link

Hey,
it would be useful to be able to select which neurons from an assemble get plotted it the raster (spikes) plot.
it is restricted to 10, I checked out the code, and it is restricted to 10 with:
n_neurons = min(int(msg[10:]), self.max_neurons)
I tried changing it, but changing the code each time is weird.
what do you think?

@tcstewar
Copy link
Collaborator

You should be able to right-click on the raster plot and change the number of neurons shown. I hope that works for you! But right now there's no way to chose exactly which neurons are shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants