以下のように、plotを実行した後毎回showを実行する。
for y_ax in ys: ts = Series(y_ax,index=x_ax) ts.plot(kind='bar', figsize=(15,5)) plt.show()
参考:
以下のように、plotを実行した後毎回showを実行する。
for y_ax in ys: ts = Series(y_ax,index=x_ax) ts.plot(kind='bar', figsize=(15,5)) plt.show()
参考: