From e783818f231fa8dae4f0c82fde80e8995f0765be Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Mon, 6 Oct 2025 07:13:45 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'TEMA4/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA4/report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TEMA4/report.md b/TEMA4/report.md index 475bcce..15c3d80 100644 --- a/TEMA4/report.md +++ b/TEMA4/report.md @@ -211,6 +211,7 @@ region=['Центр','Урал','Сибирь','Юг'] naselen=[65,12,23,17] pylab.pie(naselen,labels=region) ([, , , ], [Text(-0.191013134139045, 1.0832885038559115, 'Центр'), Text(-0.861328292412156, -0.6841882582231001, 'Урал'), Text(0.04429273995539947, -1.0991078896938387, 'Сибирь'), Text(0.9873750693480946, -0.48486129194837324, 'Юг')]) + pylab.show() pylab.plot(t,x) []