From de14e8fbb630870282e679fad141297ee8a26c16 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Tue, 21 Feb 2012 22:57:47 -0500 Subject: [PATCH] DOC: Remove "completed" labeled-image plotting task. Comment for task mentioned that it could be done by setting the matplotlib colormap to "spectral". This solution is already demonstrated in the `plot_coins_segmentation` tutorial. --- TASKS.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/TASKS.txt b/TASKS.txt index 7b29bbe3..153a7098 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -70,9 +70,6 @@ Merge code provided by `CellProfiler `_ team * Roberts filter - convolution with diagonal and anti-diagonal kernels to detect edges * Minimum enclosing circles of objects in a labels matrix -* :strike:`Map-coloring of a labels matrix - assign each label a color so that - all adjacent labels have different colors` -- simply plot with colormap - "spectral". * spur removal, thinning, thickening, and other morphological operations on binary images, framework for creating arbitrary morphological operations using a 3x3 grid.