Skip to content

Commit

Permalink
fix(vispy-schematic): show canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Aug 22, 2024
1 parent df50106 commit e436fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyneuroml/plot/PlotMorphologyVispy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ def plot_3D_schematic(
if pynml_in_jupyter:
display(current_canvas)
else:
current_canvas.show()
app.run()


Expand Down

0 comments on commit e436fe1

Please sign in to comment.