CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Unexpected behavior when adding neurons to measurement devices #173

Open andreavs opened 7 years ago

andreavs commented 7 years ago

The spike trace add new neurons to the top, while the voltage trace adds them to the bottom. If 5 neurons are labeled A B C D E, and you want to plot them alphabetically, you have to add them as A B C D E in the voltage trace, but E D C B A in the spike trace.