diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 2b86f6b..8e188d4 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -179,8 +179,8 @@ class ChannelGraphs: i_widget.addLegend(brush=(50, 50, 200, 150)) t_widget.addItem(self._t_plot) - i_widget.addItem(self._iset_plot) i_widget.addItem(self._i_plot) + i_widget.addItem(self._iset_plot) self.t_connector = DataConnector(self._t_plot, max_points=self.DEFAULT_MAX_SAMPLES) self.i_connector = DataConnector(self._i_plot, max_points=self.DEFAULT_MAX_SAMPLES)