mplapp

An GUI toolkit for creating interactive applications with a set of GUI neutral widgets implemented with Matplotlib artists.


Keywords
development
License
Other
Install
pip install mplapp==0.1

Documentation

mplapp

An GUI toolkit for creating interactive applications with a set of GUI neutral widgets implemented with Matplotlib artists.

Widgets

  • Button
  • Horizontal Box
  • Label
  • Plot
  • Slider
  • Vertical Box
  • Window

WORK IN PROGRESS!!!

Screenshots

Example 1: Some labels and buttons with horizontal and vertical boxes

$ PYTHONPATH=`pwd` python runscripts/example1.py

# OR

$ pith runscripts/example1.py

example1.jpg

Example 2: An interactive plot with 2 sliders

$ PYTHONPATH=`pwd` python runscripts/gaussian_demo.py

# OR

$ pith runscripts/gaussian_demo.py

example2.png

Example 3: Line Edits that you can select & copy-n-paste text!

$ PYTHONPATH=`pwd` python runscripts/text_demo.py

# OR

$ pith runscripts/text_demo.py

example3.png