ptoews / matplotlib-draggable-plot

An example of draggable plot for matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 でプロット上の点をドラッグする例

使い方

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

About

An example of draggable plot for matplotlib


Languages

Language:Python 100.0%