Skip to content

Commit b14a6c1

Browse files
committed
Adding soem virtualworm info
1 parent f7fa51e commit b14a6c1

6 files changed

Lines changed: 687359 additions & 10 deletions

File tree

app.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from neuromlmodel import add_neuroml_model # noqa: F401
22
from siberneticmodel import add_sibernetic_model # noqa: F401
3+
from virtualworm import add_virtualworm_muscles # noqa: F401
34

45
import pyvista as pv
56
import sys
@@ -36,14 +37,9 @@
3637

3738
plotter = pv.Plotter()
3839

39-
4040
add_neuroml_model(plotter, somas_only=True)
4141
add_sibernetic_model(plotter)
42-
43-
sphere = pv.Sphere(end_theta=30, radius=10, center=(0, 0, 0))
44-
plotter.add_mesh(sphere)
45-
plotter.set_background("white")
46-
plotter.add_axes()
42+
add_virtualworm_muscles(plotter)
4743

4844

4945
plotter.set_viewup([0, 10, 0])

0 commit comments

Comments
 (0)