Skip to content

Commit 5f72d0a

Browse files
committed
\testmore
1 parent 7199d56 commit 5f72d0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pyvista as pv
55
import sys
66

7-
version = "v0.5"
7+
version = "v0.0.7"
88

99
st_mode = "-gui" not in sys.argv
1010

@@ -37,14 +37,14 @@
3737
plotter = pv.Plotter()
3838

3939

40+
add_neuroml_model(plotter, somas_only=True)
4041
add_sibernetic_model(plotter)
4142

42-
sphere = pv.Sphere(end_theta=60, radius=10, center=(0, 0, 0))
43+
sphere = pv.Sphere(end_theta=30, radius=10, center=(0, 0, 0))
4344
plotter.add_mesh(sphere)
4445
plotter.set_background("white")
4546
plotter.add_axes()
4647

47-
add_neuroml_model(plotter, somas_only=True)
4848

4949
plotter.set_viewup([0, 10, 0])
5050

0 commit comments

Comments
 (0)