A Python package that extends pyimgui (v2.0 beta) with pyimplot.
The package uses the same imgui namespace as pyimgui, but adds imgui.plot. The implot API is only partially implemented (pull requests are always welcome).
See the Pyimgui documentation: pyimgui.readthedocs.io for information on pyimgui.
pyplotgui is available on PyPI and can be easily installed with pip:
pip install pyplotgui
See example/plot_test.py
This project has a working build pipeline using GitHub actions. It builds succesfully for all major operating systems with different architectures:
- Windows (32bit & 64bit)
- Linux (32bit & 64bit)
- OS X (universal build)
The build pipeline covers Python versions py36-py311.