diff --git a/src/gui/plotter.py b/src/gui/plotter.py index 58e1d03..dea76a1 100644 --- a/src/gui/plotter.py +++ b/src/gui/plotter.py @@ -151,8 +151,8 @@ class PlotWidget(BasePlotWidget): performance_label = QLabel( f"Сокращение длительности: фактическое = {tesla_TWC} %, " - f"идеальное = {tesla_ideal} %; КДИП = {TWC_ideal}%" ) + #f"идеальное = {tesla_ideal} %; КДИП = {TWC_ideal}%" self.set_style(performance_label) layout.addWidget(performance_label) performance_label.update()