Skip to content

Commit

Permalink
Differnt show command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdenker committed Nov 10, 2023
1 parent 6a0af3b commit 49cd727
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions viziphant/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,8 @@ def plot_patterns_hypergraph(patterns, num_neurons=None):
bst.rescale('ms')
patterns = cell_assembly_detection(bst, max_lag=2)
viziphant.patterns.plot_patterns_hypergraph(patterns)
plt.show()
fig = viziphant.patterns.plot_patterns_hypergraph(patterns)
fig.show()
"""
# If only patterns of a single dataset are given, wrap them in a list to
Expand Down

0 comments on commit 49cd727

Please sign in to comment.