Commit 76abc2ec by BellCodeEditor

save project

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