We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0360dad commit 2edb9ddCopy full SHA for 2edb9dd
Source/ConfigWindow.py
@@ -589,7 +589,7 @@ def initUI(self):
589
if int(ConfigFile.settings["bL2PlotLt"]) == 1:
590
self.l2PlotLtCheckBox.setChecked(True)
591
592
- l2UncertaintyBreakdownPlotsLabel = QtWidgets.QLabel("Uncertainty Breakdown Plots", self)
+ l2UncertaintyBreakdownPlotsLabel = QtWidgets.QLabel("Unc. Plots (class-based only)", self)
593
# l2UncertaintyBreakdownPlotLabel = QtWidgets.QLabel(" ", self)
594
self.l2UncertaintyBreakdownPlotCheckBox = QtWidgets.QCheckBox("", self)
595
if int(ConfigFile.settings["bL2UncertaintyBreakdownPlot"]) == 1:
0 commit comments