when zooming, set_axes_ylim only perform when total_points > 1 to prevent the...
Compare changes
@@ -586,12 +586,13 @@ class PlottingWidget(QtWidgets.QScrollArea):
@@ -586,12 +586,13 @@ class PlottingWidget(QtWidgets.QScrollArea):
closes #125 (closed)
when zooming, set_axes_ylim only perform when total_points > 1 to prevent the shape of plot collapse into one line.