From 883b3c22b4c4c35bffd54f189d2183062f085f65 Mon Sep 17 00:00:00 2001 From: EfimovaLA Date: Fri, 5 Dec 2025 06:42:23 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA7/report7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMA7/report7.md b/TEMA7/report7.md index 2f86c3b..ccd5ed9 100644 --- a/TEMA7/report7.md +++ b/TEMA7/report7.md @@ -121,8 +121,8 @@ for xx in sps: plt.xlabel("t, время") plt.ylabel("Выходной синал") plt.grid(True) -pylab.plot(spsy, label = "Выходной сигнал", color='purple') -pylab.show() +plt.plot(spsy, label = "Выходной сигнал", color='purple') +plt.show() ``` ![График процесса](Ris2.PNG)