string wrap

This commit is contained in:
Vighnesh Birodkar
2014-07-29 03:31:12 +05:30
parent 6928e5d9ef
commit 78caebf6d2
+2 -2
View File
@@ -21,8 +21,8 @@ plt.imshow(out)
out = graph.rag_draw(labels, g, img, high_color=(1, 0, 0), thresh=30)
plt.figure()
plt.title("RAG with edge weights less than 30,\
color mapped between green and red.")
plt.title("RAG with edge weights less than 30, color "
"mapped between green and red.")
plt.imshow(out)
plt.show()