jupyter notebook, lab [matplotlib] 112. クリックイベントでラベル画像のregionprops情報を表示 matplotlibのbutton_press_eventで、skimageのlabelで作成したlabel画像上の各ラベル情報を画像の横に表示する方法について説明する。 2021.10.27 Pandasjupyter notebook, labmatplotlibpython画像処理
matplotlib [matplotlib] 10. Matplotlibで複数のグラフを表示する方法(subplot、add_subplot、subplots、GridSpec) Matplotlibで複数グラフを効率的に配置・表示する方法を解説。subplot、add_subplot、subplots、GridSpecなどの手法を使って、1つのウィンドウ内に様々な配置でグラフを組み合わせる技術を紹介します。 2019.02.20 matplotlibpython