Commit 6bf343ca by BellCodeEditor

auto save

parent e3c30da3
Showing with 17 additions and 0 deletions
from
from
\ No newline at end of file
from precharts import charts
from precharts import charts
age = ["25岁以上",26~35岁,""36~45岁,"46岁以上"]
man = [23, 47, 35, 20]
woman = [20, 51, 30, 11,]
bar = charts.Bar()
bar.add_xaxis(age)
bar
bar
bar
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