button_release_event

matplotlib

[matplotlib] 92. マウスイベントで画像の一部をリアルタイムで拡大(motion_notify_eventなど)

matplotlibのmotion_notify_eventなどを使って画像の四角で囲んだ部分をインタラクティブに拡大する方法について説明する。
ipywidgets

[matplotlib] 65. ‘button_release_event’で図に線分を描写

matplotlibのマウスリリースイベントを使って、クリックして離した場所に連続的な線分を描写する方法について説明する。