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?
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?