From 2516844cbddb15bacba814b7f914bf98c067c99f Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 17 Jun 2015 10:45:50 +0200 Subject: [PATCH] added missing visualization of the plot --- doc/examples/plot_multiblock_local_binary_pattern.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/examples/plot_multiblock_local_binary_pattern.py b/doc/examples/plot_multiblock_local_binary_pattern.py index f54d944e..46b8b3ac 100644 --- a/doc/examples/plot_multiblock_local_binary_pattern.py +++ b/doc/examples/plot_multiblock_local_binary_pattern.py @@ -63,6 +63,8 @@ img = draw_multiblock_lbp(test_img, 0, 0, 90, 90, plt.imshow(img, interpolation='nearest') +plt.show() + """ .. image:: PLOT2RST.current_figure