mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 16:00:12 +08:00
string wrap
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user