From 67aada9adcea8e77e25f30d07cd23bc090920119 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Wed, 12 Dec 2012 15:58:10 -0500 Subject: [PATCH] ENH: Increase default selection threshold for ease of use --- skimage/viewer/plugins/lineprofile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/viewer/plugins/lineprofile.py b/skimage/viewer/plugins/lineprofile.py index 9d394e5f..69326ff2 100644 --- a/skimage/viewer/plugins/lineprofile.py +++ b/skimage/viewer/plugins/lineprofile.py @@ -34,7 +34,7 @@ class LineProfile(PlotPlugin): """ name = 'Line Profile' - def __init__(self, linewidth=1, maxdist=5, epsilon='deprecated', + def __init__(self, linewidth=1, maxdist=10, epsilon='deprecated', limits='image', **kwargs): super(LineProfile, self).__init__(**kwargs)