ENH: Increase default selection threshold for ease of use

This commit is contained in:
Tony S Yu
2012-12-12 15:58:10 -05:00
parent ece045790e
commit 67aada9adc
+1 -1
View File
@@ -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)