import matplotlib.pyplot as plt x = ['Jan','Feb','Mar','Thr','Fri','Sat','Sun'] sales = [314,159,265,358,979,323,846] plt.bar(x, sales) plt.show()
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT