Commit 2c11f6aa by BellCodeEditor

auto save

parent 832d4046
Showing with 4 additions and 4 deletions
...@@ -7,7 +7,7 @@ student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮 ...@@ -7,7 +7,7 @@ student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮
line=Line() line=Line()
line.add_xaxis(test) line.add_xaxis(test)
line.add_yaxis("c",student1) line.add_yaxis("c",student1)
line.add_yaxis("x",student2) line.add_yaxis("j",student2)
line.add_yaxis("p",student3) line.add_yaxis("p",student3)
line.set_global_opts(title_opts={"text":"成绩","subtext":"分数"}) line.
line.render("jjjjjjj.html")
\ No newline at end of file \ 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