Commit 775cd6ca by BellCodeEditor

auto save

parent 0d11db18
Showing with 7 additions and 0 deletions
......@@ -12,3 +12,9 @@ bar.add_xaxis(subjects)
bar.add_yaxis("期中",scores1,bar_width=40)
bar.add_yaxis("期中",scores2,bar_width=40)
bar.render("analysis1.html")
line = line()
line.add_xaxis(test)
line.add_yaxis("聪聪",student1)
line.add_yaxis("小杰",studen2)
line.set_global_opts(title_opts={"text":"成绩走势图","subtext":"高254班数学"})
line.render("analysis2.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