Commit b15ddd8a by BellCodeEditor

save project

parent 554293ea
Showing with 3 additions and 2 deletions
......@@ -5,6 +5,6 @@ scores1 = [92, 95, 82, 88] # 期中成绩
scores2 = [95, 79, 93, 90] # 期末成绩
line=Line()
line.add_xaxis(subjects)
line.add_yaxis("期中",scores1,bar_width=40)
line.add_yaxis("期末",scores2,bar_width=40)
line.add_yaxis(scores1)
line.add_yaxis(scores2)
line.render("render.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