String quotes

This commit is contained in:
atse 2023-11-27 11:52:49 +08:00
parent d4bf06e242
commit 2deded5c1e
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)