From e68a587ee82e08f621859f786256af13495f6ec2 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 22 Jun 2021 16:56:41 -0400 Subject: changed the color of the scan position --- eitControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eitControl.py') 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 -- cgit v1.2.3