matplotlib[matplotlib] 82. マウスイベントで画像上の任意の位置に四角を表示 matplotlibのbutton_press_event、button_release_event、motion_notify_eventで、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。 2020.06.27matplotlibpython画像処理
ipywidgets[ipywidgets] 23. Dropdownで画像を選択してカラーバーとともに表示 jupyter notebook, labで対話的な操作ができる機能(ipywidgets)のドロップダウンで画像を選択してカラーバーも同時に表示する方法について説明する。 2020.04.17ipywidgetsmatplotlibpython画像処理
matplotlib[matplotlib] 55. Colorbarの目盛りとそのラベルの設定 matplotlibのColorbarで任意の目盛りとラベルを設定する方法について説明する。 2019.12.19matplotlibpython