Skip to content

Commit 6783f17

Browse files
committed
Test worm
1 parent 93f4cae commit 6783f17

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

app.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@
2424

2525
print("Read objs...")
2626

27-
plotter.add_axes()
28-
plotter.enable_mesh_picking(show_message=True)
27+
plotter = pv.Plotter()
28+
29+
from neuromlmodel import add_neuroml_model
2930

30-
sphere = pv.Sphere(end_theta=90)
31-
plotter.add_mesh(sphere)
31+
add_neuroml_model(plotter)
32+
plotter.set_background("white")
33+
plotter.add_axes()
3234

33-
## Final touches
34-
plotter.view_isometric()
35-
# plotter.add_scalar_bar()
36-
plotter.background_color = "white"
3735

3836
print("Created the scene...")
3937

0 commit comments

Comments
 (0)