String quotes

This commit is contained in:
atse 2023-11-27 11:52:49 +08:00 committed by Tse Kwok Yan
parent 1d06b6b042
commit 7659fa42e6
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ class ChannelGraphs:
self._i_widget = i_widget
self._t_plot = LiveLinePlot()
self._i_plot = LiveLinePlot(name='Measured')
self._iset_plot = LiveLinePlot(name='Set', pen=pg.mkPen('r'))
self._i_plot = LiveLinePlot(name="Measured")
self._iset_plot = LiveLinePlot(name="Set", pen=pg.mkPen('r'))
self._t_line = self._t_widget.getPlotItem().addLine(label='{value} °C')
self._t_line.setVisible(False)