NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

feat: morphology plotting: allow marking/highlighting individual segments #294

Closed sanjayankur31 closed 6 months ago

sanjayankur31 commented 6 months ago

For ex:

image

Useful to mark what segments are being used/recorded from.

Done in vispy, need to do in matplotlib viewer also.

sanjayankur31 commented 6 months ago

Also implemented for 2D (matplotlib)

image

With different marker size:

image