aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eitControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eitControl.py b/eitControl.py
index ea3682c..1b4ed95 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -103,7 +103,7 @@ class Experiment:
d2.addWidget(self.dataPlot)
self.dataPlot.showGrid(x=True, y=True)
self.dataPlot.addLegend()
- self.vLineSweepPosition = vLine = pg.InfiniteLine(angle=90, movable=False)
+ self.vLineSweepPosition = vLine = pg.InfiniteLine(angle=90, movable=False, pen='r')
self.dataPlot.addItem(vLine, ignoreBounds=True)
# global buttons