Change to use matplotlib's lim for zooming
Compare changes
- Lan Dam authored
@@ -2,6 +2,7 @@
@@ -570,8 +571,11 @@ class PlottingWidget(QtWidgets.QScrollArea):
@@ -591,16 +595,14 @@ class PlottingWidget(QtWidgets.QScrollArea):
closes #118 (closed)
When zooming before, downsample need to be recalculated and replot. With the reducing of data points, downsample isn't necessary anymore. SOHView now can use lim for zooming.