diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-22 16:56:41 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-22 16:56:41 -0400 |
commit | e68a587ee82e08f621859f786256af13495f6ec2 (patch) | |
tree | 98b5aee2ec52ccee63a2ad030931371b727d4ded | |
parent | f71f91be9986169ff5cafa4e27784ea3ad93cf7e (diff) | |
download | qolab-e68a587ee82e08f621859f786256af13495f6ec2.tar.gz qolab-e68a587ee82e08f621859f786256af13495f6ec2.zip |
changed the color of the scan position
-rw-r--r-- | eitControl.py | 2 |
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 |