From e783818f231fa8dae4f0c82fde80e8995f0765be Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Mon, 6 Oct 2025 07:13:45 +0000 Subject: [PATCH 1/3] =?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) [] From cd689860a1ae160e0cfed6ae053db2519e4764fe Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Mon, 6 Oct 2025 07:14:21 +0000 Subject: [PATCH 2/3] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA4/report.md b/TEMA4/report.md index 15c3d80..e522ece 100644 --- a/TEMA4/report.md +++ b/TEMA4/report.md @@ -211,7 +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) [] From 0d5050d7986f52c98991e0dfaddd660bf10a6a9d Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Mon, 6 Oct 2025 07:15:09 +0000 Subject: [PATCH 3/3] =?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 deletion(-) diff --git a/TEMA4/report.md b/TEMA4/report.md index e522ece..475bcce 100644 --- a/TEMA4/report.md +++ b/TEMA4/report.md @@ -211,7 +211,6 @@ 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) []