From 548423bb940a38c599ac3b82bf8a1207b5112646 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Thu, 8 May 2014 16:24:50 +1000 Subject: [PATCH] Update variable name for RGB line profile --- viewer_examples/plugins/lineprofile_rgb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer_examples/plugins/lineprofile_rgb.py b/viewer_examples/plugins/lineprofile_rgb.py index b08f5a00..577933a1 100644 --- a/viewer_examples/plugins/lineprofile_rgb.py +++ b/viewer_examples/plugins/lineprofile_rgb.py @@ -6,4 +6,4 @@ from skimage.viewer.plugins.lineprofile import LineProfile image = data.chelsea() viewer = ImageViewer(image) viewer += LineProfile() -line, profiles = viewer.show()[0] +line, rgb_profiles = viewer.show()[0]