From e42c0652434535459d3f4c903d7dd324091c8090 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Fri, 15 Aug 2014 02:37:59 +0530 Subject: [PATCH] corrected title --- doc/examples/plot_rag_draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_rag_draw.py b/doc/examples/plot_rag_draw.py index bb8042d8..2572a3fb 100644 --- a/doc/examples/plot_rag_draw.py +++ b/doc/examples/plot_rag_draw.py @@ -26,7 +26,7 @@ out = graph.draw_rag(labels, g, img, node_color="#ffde00", colormap=cmap, thresh=30, desaturate=True) plt.figure() plt.title("RAG with edge weights less than 30, color " - "mapped between green and red.") + "mapped between blue and orange.") plt.imshow(out) plt.show()