Skip to content

cjgdev/QCustomPlot2-PyQt5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QCustomPlot-PyQt5

Bindings for graphics lib QCustomPlot for PyQt5.

Requirements:

  • PyQt5
  • sip
  • qmake (for Qt5)
  • make
  • Linux operationg system

Build & install:

Currently QCustomPlot is statically linked and downloaded as GIT submodule.

  • git submodule update --init
  • python setup.py build && sudo python setup.py install

Arguments for build_ext option:

  • --qmake -- Path to qmake for building QCustomPlot static library (default: detected from PyQt5 installation)
  • --make -- Path to make utility (default: nmake.exe on Windows, make elsewhere)
  • --qt-include-dir -- Path to Qt's include location (default: detected from PyQt5 installation)

TODO:

  • No debug builds are currently supported
  • Test on other than Linux & Windows systems

About

Bindings for graphics lib QCustomPlot2 for PyQt5

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.0%
  • C 5.0%