plotit
Painless matplotlib embedding in wxPython
Install
- All systems
-
curl cmd.cat/plotit.sh
- Debian
-
apt-get install python-wxmpl
- Ubuntu
-
apt-get install python-wxmpl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-wxmpl
- Raspbian
-
apt-get install python-wxmpl
- Dockerfile
- dockerfile.run/plotit
python-wxmpl
Painless matplotlib embedding in wxPython
WxMpl provides a matplotlib `FigureCanvas' with user-interaction features such as point-under-cursor and zooming in on a selected area. Support for creating stripcharts, plots that update as their data changes, is also included. See the /usr/share/doc/python-wxmpl directory for documentation and example programs. The package also contains a simple data visualization program written using wxmpl called 'plotit'.