Bindings for graphics lib QCustomPlot for PyQt5.
- Build system is upgraded to recent sip versions, obsolate
sipconfigis not needed anymore - Added a possibility to create own plottables and items as Python classes (added bindings for all protected members)
- Added wrappers to
QCPItemBracket,QCPItemCurve,QCPItemEllipse,QCPItemPixmap,QCPItemRectandQCPItemText
- PyQt5
- sip
- qmake (Qt5)
- make/nmake/jom
- Linux/Windows operating systems
- gcc/msvc compilers
Currently QCustomPlot is statically linked and downloaded as GIT submodule.
- git submodule update --init
- python -m build
Or to build and install run: pip install .
- No debug builds are currently supported
- Test on other than Linux & Windows systems
- Test on compilers other than gcc/MSVC and specify minimum versions