diff --git a/src/gui_qt/graphs/graphwindow.py b/src/gui_qt/graphs/graphwindow.py index 134a6cc..72ccdb6 100644 --- a/src/gui_qt/graphs/graphwindow.py +++ b/src/gui_qt/graphs/graphwindow.py @@ -439,6 +439,7 @@ class QGraphWindow(QtWidgets.QGraphicsView, Ui_GraphWindow): item.logmode[0] = self.log[:] self.plotItem.updateLogMode() + self.set_range(x=r[0], y=r[1]) self.plotItem.enableAutoRange()