Commit 7889c418 by BellCodeEditor

save project

parent c5607ac1
Showing with 10 additions and 0 deletions
from pyecharts.charts import Bar
list_name=["浈浈","聪聪","小智","波奇"]
list_mid=[92,85,82,88]
list_last=[95,79,93,90]
bar=Bar()
bar.add_xaxis(list_name)
bar.add_yaxis(":D",[list_mid])
bar.render(":D.html")
\ 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