Bar charts can be made with matplotlib. ... Bar charts is one of the type of charts it can be plot. ... plt.bar(range(len(data)), data, color='red')
確定! 回上一頁