nengo / nengo-gui

Nengo interactive visualizer
Other
99 stars 38 forks source link

raster plot neuron range #949

Open jcvtieck opened 6 years ago

jcvtieck commented 6 years ago

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 commented 6 years ago

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.