subplotの方法について覚えたことを記録。 suplotは複数のグラフを一つの図として表示する方法。ネットで検索しながら何となくコピペして作っていていたのだが,どうやらやり方が一つではないらしく,よく混乱する。。。今回subplotの方法についてまとめる ...
On the commit 2048bec it looks like you have changed the number of args required for the function _add_leaf_error_subplot( ) from 3 to 2, by removing "fig". def _add_leaf_error_subplot(self, ax, fig): ...