From bf155af58a37c30a8b34df77171f8cf80b157707 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 19 Dec 2024 11:24:33 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BE?= =?UTF-8?q?=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=9A=D0=94=D0=98=D0=9F=20=D0=B8=20=D0=B8=D0=B4=D0=B5=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=BF=D1=80=D0=BE=D0=B8=D0=B7?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gui/plotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()