import matplotlib.pyplot as plt D = { u 'Label1': 26, u 'Label2': 17, u 'Label3': 30 } plt.bar(range(len(D)), list(D.values()), ...
確定! 回上一頁