Commit eb84cff3 by BellCodeEditor

save project

parent bd3bc193
Showing with 2 additions and 2 deletions
...@@ -7,6 +7,6 @@ scores2 = [95, 79, 93, 90] # 期末成绩 ...@@ -7,6 +7,6 @@ scores2 = [95, 79, 93, 90] # 期末成绩
bar=Bar() bar=Bar()
bar.add_xaxis(subjects) bar.add_xaxis(subjects)
bar.add_yaxis("woshishuaige",scores1) bar.add_yaxis("woshishuaige",scores1,red)
bar.add_yaxis("woshishuaige",scores2) bar.add_yaxis("woshishuaige",scores2,black)
bar.render("jian.html") bar.render("jian.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