FIX: No longer reset for each update

This commit is contained in:
Josh Warner (Mac)
2013-06-29 15:34:03 -05:00
parent 19a3d33573
commit 6f775400b5
+1 -1
View File
@@ -107,7 +107,7 @@ class LineProfile(PlotPlugin):
scan = profile_line(self.image_viewer.original_image, end_points,
linewidth=self.line_tool.linewidth)
if scan[1].shape != len(self.profile):
if scan.shape[1] != len(self.profile):
self.reset_axes(scan)
for i in range(len(scan[0])):