QuickGraphLib.PythonHelpers QML types
The QuickGraphLib.PythonHelpers module provides Python helpers functions for constructing graphs.
To use the module, import the Python module (so that the types are registered):
import QuickGraphLib
And then import the QuickGraphLib.PythonHelpers
module with the following statement:
import QuickGraphLib.PythonHelpers as QGLPyHelpers
Visit the QuickGraphLib module documentation and examples (in particular the Contours example) to learn how to use these functions.
Object Types
Produces contour lines and fills from XYZ data |