Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 484 Bytes

InteractiveMatplotlib

This repository is intended to be used as an introduction to handling Matplotlib events, including connecting with PyQt. It is inspired by tacaswell/interactive_mpl_tutorial and Jose's fork

Requirements

  • python (tested with 2.7 and 3.6)
  • Matplotlib (tested with 1.5.3 and 2.0.0)
  • Numpy (tested with 1.7 and 1.12)
  • PyQt4 or PyQt5