GridSpec

jupyter notebook, lab

[matplotlib] 112. クリックイベントでラベル画像のregionprops情報を表示

matplotlibのbutton_press_eventで、skimageのlabelで作成したlabel画像上の各ラベル情報を画像の横に表示する方法について説明する。
matplotlib

[matplotlib] 10. グラフを作成する様々な方法(subplot, add_subplot, subplots, GridSpec)

matplotlibでひとつのグラフまたは複数グラフを表示する方法について説明する。