From 47b0a72b3299fb0ad1ce9f965f18adaf18b0092c Mon Sep 17 00:00:00 2001 From: Olivier Debeir Date: Mon, 12 Nov 2012 09:02:40 +0100 Subject: [PATCH] fix: plt.show() removed in doc --- doc/examples/applications/plot_rank_filters.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/examples/applications/plot_rank_filters.py b/doc/examples/applications/plot_rank_filters.py index 0efaf17b..3fdd5a94 100644 --- a/doc/examples/applications/plot_rank_filters.py +++ b/doc/examples/applications/plot_rank_filters.py @@ -355,7 +355,6 @@ plt.xlabel('original>=local Otsu'%t_glob_otsu) plt.subplot(2,2,4) plt.imshow(glob_otsu,cmap=plt.cm.gray) plt.xlabel('global Otsu ($t=%d$)'%t_glob_otsu) -plt.show() """ @@ -450,7 +449,6 @@ plt.subplot(2,2,4) plt.imshow(ent16, cmap=plt.cm.jet) plt.xlabel('entropy*1000') plt.colorbar() -plt.show() """ .. image:: PLOT2RST.current_figure