以下の内容はhttps://anton0825.hatenablog.com/entry/2017/01/14/000000より取得しました。


複数のグラフをfor loopで描画する

以下のように、plotを実行した後毎回showを実行する。

for y_ax in ys:
    ts = Series(y_ax,index=x_ax)
    ts.plot(kind='bar', figsize=(15,5))
    plt.show()

参考:

stackoverflow.com




以上の内容はhttps://anton0825.hatenablog.com/entry/2017/01/14/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14