matplotlib 柱状图 Bar Chart 样例及参数
摘要:
def bar_chart_generator(): l = [1,2,3,4,5] h = [20, 14, 38, 27, 9] w = [0.1, 0.2, 0.3, 0.4, 0.5] b = [1,2,3,4,5] fig = plt.figure() ax = fig.add_subpl 阅读全文
posted @ 2018-11-02 11:31 可能是小林吧 阅读(10304) 评论(0) 推荐(0) 编辑