Commit e8792759 by BellCodeEditor

auto save

parent 03a844b3
Showing with 7 additions and 0 deletions
...@@ -6,3 +6,10 @@ student2 = [128, 131, 132, 129, 130, 127, 129, 131, 132, 128] # 小杰 ...@@ -6,3 +6,10 @@ student2 = [128, 131, 132, 129, 130, 127, 129, 131, 132, 128] # 小杰
student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮 student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮
line = Line() line = Line()
line.add_xaxis(test)
line.add_yaxis(student1)#传入x,y数据
line.add_yaxis(student1)
line.add_yaxis(student3)
line.render('123.html')#保存文件
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