FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

matplotlib-draggable-plot/README.md at master · lei-wang-github/matplotlib-draggable-plot · GitHub

Latest commit

 

History

History
28 lines (18 loc) · 494 Bytes

File metadata and controls

28 lines (18 loc) · 494 Bytes

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

使い方

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

Back | FazBrowse Home | New Git URL