summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src/python/ra_fftsink.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-radio-astronomy/src/python/ra_fftsink.py')
-rwxr-xr-xgr-radio-astronomy/src/python/ra_fftsink.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/ra_fftsink.py b/gr-radio-astronomy/src/python/ra_fftsink.py
index ccfcc46bc..f00a08640 100755
--- a/gr-radio-astronomy/src/python/ra_fftsink.py
+++ b/gr-radio-astronomy/src/python/ra_fftsink.py
@@ -292,7 +292,7 @@ class fft_window (plot.PlotCanvas):
self.Draw (graphics, xAxis=None, yAxis=self.y_range)
d = calc_max - calc_min
- d *= 0.1
+ d = d * 0.1
if self.ra_fftsink.autoscale == True:
self.y_range = self._axisInterval ('min', calc_min-d, calc_max+d)
else: