摘要: Mac机子: 双柱状: import numpy as np import matplotlib.pyplot as plt def bar_number_h(category): for rect in category: w = rect.get_width() plt.text(w, rect 阅读全文
posted @ 2021-05-09 14:01 溪边老圃 阅读(427) 评论(0) 推荐(0)