From ad55723dcd005e3cfd0a7b232683342a245f0f6d Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 30 Mar 2024 16:47:32 +0800 Subject: [PATCH] auto save --- my_analysis.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/my_analysis.py b/my_analysis.py index 3dd7f36..7183c6a 100644 --- a/my_analysis.py +++ b/my_analysis.py @@ -3,4 +3,5 @@ from pyecharts.charts import Line test = ["第1次","第2次","第3次","第4次","第5次","第6次","第7次","第8次","第9次","第10次"] student1 = [112, 110, 118, 124, 129, 132, 136, 139, 144, 143] # 聪聪 student2 = [128, 131, 132, 129, 130, 127, 129, 131, 132, 128] # 小杰 -student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮 \ No newline at end of file +student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮 +line=Line() -- libgit2 0.25.0