mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Docstring change
This commit is contained in:
@@ -49,9 +49,7 @@ def max_edge(g, src, dst, n):
|
||||
|
||||
|
||||
def display(g, title):
|
||||
"""Displays a graph with the given title.
|
||||
|
||||
"""
|
||||
"""Displays a graph with the given title."""
|
||||
pos = nx.circular_layout(g)
|
||||
plt.figure()
|
||||
plt.title(title)
|
||||
|
||||
Reference in New Issue
Block a user