Update variable name for RGB line profile

This commit is contained in:
Juan Nunez-Iglesias
2014-05-08 16:24:50 +10:00
parent f2699bd731
commit 548423bb94
+1 -1
View File
@@ -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]