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
36 stars 30 forks source link

Add morphology plotter util #178

Closed sanjayankur31 closed 2 years ago

sanjayankur31 commented 2 years ago

@irahulsonkar @anujanegi @shayan823: interactive 3D plotting of morphologies is here now. it's still a naive implementation, so it'll improve. Do take a look and let us what you think. testcell olm

sanjayankur31 commented 2 years ago

Note, this may conflict a little with #176, but I can sort any merge conflicts that may crop up after that is merged.

pgleeson commented 2 years ago

@sanjayankur31 Merged plotly changes to dev, but small conflict here now...

sanjayankur31 commented 2 years ago

merged dev into it and resolved conflicts. Should be good now.