import matplotlib.pyplot as plt data = [5, 20, 15, 25, 10] plt.bar(range(len(data)), data) plt.show(). plt.bar 函数签名为:.
確定! 回上一頁