Commit 2ec5678f by BellCodeEditor

save project

parent 42ae8f3b
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ scores2 = [95, 79, 93, 90] # 期末成绩
b = Bar()
b.add_xaxis(subjects)
b.add_yaxis("期中",scores1)
b.add_yaxis("期末",scores2)
b.add_yaxis("期中",scores1,category_gap="50%")
b.add_yaxis("期末",scores2category_gap="50%")
b.render("老六.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