You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: