Docstring change

This commit is contained in:
Vighnesh Birodkar
2014-07-03 09:54:34 +05:30
parent fb706d12d5
commit 351e769733
+1 -3
View File
@@ -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)