Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 494 Bytes

Matplotlib draggable plot example

Draggable plot example

Installation

$ pip install matplotlib

Usage

$ python draggable_plot.py
  • Left click to add new point
  • Drag to move point
  • Right click to remove point

matplotlib でプロット上の点をドラッグする例

使い方

  • プロット上を左クリックで点を追加
  • プロット上の点をドラッグで移動
  • プロット上の点を右クリックで削除