Skip to content

Commit

Permalink
Examples to trigger graph, or extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
mdenker committed Nov 10, 2023
1 parent 4e3ec67 commit 6a0af3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions viziphant/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ def plot_patterns_hypergraph(patterns, num_neurons=None):
-------
A handle to a matplotlib figure containing the hypergraph.
Example
-------
Examples
--------
Here, we show an example of plotting random patterns from the CAD method:
.. plot::
Expand All @@ -464,6 +464,7 @@ def plot_patterns_hypergraph(patterns, num_neurons=None):
viziphant.patterns.plot_patterns_hypergraph(patterns)
plt.show()
"""
# If only patterns of a single dataset are given, wrap them in a list to
# work with them in a uniform way
Expand Down

0 comments on commit 6a0af3b

Please sign in to comment.