Skip to content
Snippets Groups Projects
Commit ae4e9938 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #9062: correctly label rotationmeasure in parmdbplot

parent f8dd4d75
No related branches found
No related tags found
No related merge requests found
......@@ -771,7 +771,7 @@ class PlotWindow(QFrame):
else:
xlabel = ["Time (sample)", "Freq (sample)"][self.axis]
if self.calType == "CommonRotationAngle" or self.calType == "RotationAngle":
if self.calType == "CommonRotationAngle" or self.calType == "RotationAngle" or self.calType == "RotationMeasure":
phaselabel = "Rotation angle (rad)"
else:
phaselabel = "Phase (rad)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment