C++
C
Python
Latest commit
694590c
May 14, 2014
Permalink
| Failed to load latest commit information. | |||
|
|
MANIFEST.in |
|
|
|
|
README.txt |
|
|
|
|
canvas3d.cpp |
|
|
|
|
canvas3d.h |
|
|
|
|
canvas3d.sip |
|
|
|
|
curve.cpp |
|
|
|
|
curve.h |
|
|
|
|
curve.sip |
|
|
|
|
glextensions.cpp |
|
|
|
|
glextensions.h |
|
|
|
|
multicurve.cpp |
|
|
|
|
multicurve.h |
|
|
|
|
multicurve.sip |
|
|
|
|
networkcurve.cpp |
|
|
|
|
networkcurve.h |
|
|
|
|
networkcurve.sip |
|
|
|
|
orangeqt.sip |
|
|
|
|
plot.cpp |
|
|
|
|
plot.h |
|
|
|
|
plot.sip |
|
|
|
|
plot3d.cpp |
|
|
|
|
plot3d.h |
|
|
|
|
plot3d.sip |
|
|
|
|
plotitem.cpp |
|
|
|
|
plotitem.h |
|
|
|
|
plotitem.sip |
|
|
|
|
point.cpp |
|
|
|
|
point.h |
|
|
|
|
point.sip |
|
|
|
|
setup.py |
|
|
|
|
triple.h |
|
|
|
|
types.sip |
|
|
|
|
unconnectedlinescurve.cpp |
|
|
|
|
unconnectedlinescurve.h |
|
|
|
|
unconnectedlinescurve.sip |
|
|
README.txt
== Qt Graph Helpers == Qt Graph Helpers are a group of PyQt helpers that could not be implemented in python as they would be too slow. They are used in Orange (https://github.com/orange3). = Prerequisites = Qt Graph Helpers need sip and development versions of Qt and PyQt to build. (qt-dev, python-qt-dev or similar on linux). = Installation = To install run: python setup.py install