python用matplotlib畫條形圖初探(單變量,雙變量堆疊)

python用matplotlib畫條形圖初探(單變量,雙變量堆疊) 1、包 import numpy as np import matplotlib.pyplot as plt 2、單變量(垂直) y = [5, 10, 15, 20, 25] index = np.arange(len(y)) plt.bar(left=index, height=y, color='r', width=0.5
相關文章
相關標籤/搜索