From 0e96098e496f188fa3c44ade8bfc78f52e7da0c4 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 11 Jun 2015 08:01:26 +0200 Subject: [PATCH] small documentation correction --- skimage/feature/texture.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skimage/feature/texture.py b/skimage/feature/texture.py index 5a3308a2..c17c1a5b 100644 --- a/skimage/feature/texture.py +++ b/skimage/feature/texture.py @@ -356,8 +356,7 @@ def draw_multiblock_lbp(img, Blocks with higher sums are colored with transparent white rectangles, whereas blocks with lower sums are colored cyan. - The blocks that have less intensity are covered with - cyan rectangles. The colors can also be specified. + The colors can also be specified. Opacity of visualization is controlled with `alpha` parameter. Parameters