Commit 76abc2ec by BellCodeEditor

save project

parent 9e4a66c3
Showing with 5 additions and 5 deletions
#"""读取csv文件""""
import csv
with open("report.csv",)
\ No newline at end of file
from pyecharts.charts import Bar
bar=Bar()
bar.add_xaxis(["aa","bb","cc","dd","ee","ff"])
bar.add_yaxis("gg",[5,26,36,10,75,90])
\ 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