Commit 8d82594f by BellCodeEditor

auto save

parent 1e924a4f
Showing with 4 additions and 3 deletions
......@@ -5,7 +5,7 @@ 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] # 皮皮
line.add_xaxis(test)
line.add_yaxis('大聪明'student1)
line.add_yaxis('王钰杰'student2)
line.add_yaxis('皮皮虾'student3)
line.add_yaxis('大聪明',student1)
line.add_yaxis('王钰杰',student2)
line.add_yaxis('皮皮虾',student3)
line.render('jntm.html')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment