aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-22 16:56:41 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-22 16:56:41 -0400
commite68a587ee82e08f621859f786256af13495f6ec2 (patch)
tree98b5aee2ec52ccee63a2ad030931371b727d4ded
parentf71f91be9986169ff5cafa4e27784ea3ad93cf7e (diff)
downloadpyExpControl-e68a587ee82e08f621859f786256af13495f6ec2.tar.gz
pyExpControl-e68a587ee82e08f621859f786256af13495f6ec2.zip
changed the color of the scan position
-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