Commit 1de5dd11 by BellCodeEditor

save project

parent 5a37b0a1
Showing with 2 additions and 0 deletions
......@@ -6,4 +6,5 @@ scores2 = [95, 79, 93, 90] # 期末成绩
bar.add_xaxis(subjects)
bar.add_yaxis('成绩',scores1,bar_width=40)
bar.add_yaxis('成绩2',scores2,bar_width=40)
line.set_global_opts(title_opts={'text':"成绩走势图",'subtext':"成绩"})
bar.render()
\ 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