import matplotlib.pyplot as plt y_axis = ['Item 1', 'Item 2', 'Item 3', . ... plt.barh(y_axis,x_axis) plt.title('title name') plt.ylabel('y ...
確定! 回上一頁