forked from M-Labs/thermostat
String quotes
This commit is contained in:
parent
d4bf06e242
commit
2deded5c1e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user